Searched refs:stack_capture (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/arm/arm/
H A Dstack_machdep.c50 stack_capture(struct stack *st, u_int32_t *frame) function
71 stack_capture(st, frame);
88 stack_capture(st, frame);
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dstack_machdep.c41 static void stack_capture(struct stack *st, struct frame *frame);
44 stack_capture(struct stack *st, struct frame *frame) function
82 stack_capture(st, (struct frame *)(td->td_pcb->pcb_sp + SPOFF));
96 stack_capture(st, (struct frame *)__builtin_frame_address(1));
/freebsd-11.0-release/sys/arm64/arm64/
H A Dstack_machdep.c44 stack_capture(struct stack *st, struct unwind_state *frame) function
72 stack_capture(st, &frame);
94 stack_capture(st, &frame);
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Dstack_machdep.c52 stack_capture(struct stack *st, vm_offset_t frame) function
98 stack_capture(st, frame);
114 stack_capture(st, frame);
/freebsd-11.0-release/sys/riscv/riscv/
H A Dstack_machdep.c48 stack_capture(struct stack *st, struct unwind_state *frame) function
77 stack_capture(st, &frame);
99 stack_capture(st, &frame);
/freebsd-11.0-release/sys/x86/x86/
H A Dstack_machdep.c71 stack_capture(struct thread *td, struct stack *st, register_t fp) function
103 stack_capture(curthread, nmi_stack, TF_FP(tf));
121 stack_capture(td, st, PCB_FP(td->td_pcb));
167 stack_capture(curthread, st, fp);
/freebsd-11.0-release/sys/mips/mips/
H A Dstack_machdep.c51 stack_capture(struct stack *st, u_register_t pc, u_register_t sp) function
141 stack_capture(st, pc, sp);
161 stack_capture(st, pc, sp);
/freebsd-11.0-release/sys/dev/xen/debug/
H A Ddebug.c67 stack_capture(struct stack *st, register_t rbp);

Completed in 188 milliseconds