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

/freebsd-13-stable/sys/powerpc/powerpc/
H A Dstack_machdep.c56 stack_capture(struct stack *st, vm_offset_t frame) function
104 stack_capture(st, frame);
114 stack_capture(st, frame);
/freebsd-13-stable/sys/riscv/riscv/
H A Dstack_machdep.c50 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) function
81 stack_capture(td, st, &frame);
97 stack_capture(curthread, st, &frame);
/freebsd-13-stable/sys/arm/arm/
H A Dstack_machdep.c42 stack_capture(struct stack *st, struct unwind_state *state) function
66 stack_capture(st, &state);
86 stack_capture(st, &state);
/freebsd-13-stable/sys/arm64/arm64/
H A Dstack_machdep.c46 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) function
76 stack_capture(td, st, &frame);
92 stack_capture(curthread, st, &frame);
/freebsd-13-stable/sys/mips/mips/
H A Dstack_machdep.c47 stack_capture(struct stack *st, struct thread *td, uintptr_t pc, uintptr_t sp) function
171 stack_capture(st, td, pc, sp);
183 stack_capture(st, curthread, pc, sp);
/freebsd-13-stable/sys/x86/x86/
H A Dstack_machdep.c74 stack_capture(struct thread *td, struct stack *st, register_t fp) function
102 stack_capture(td, stack_intr_stack, TF_FP(td->td_intr_frame));
130 stack_capture(td, st, PCB_FP(td->td_pcb));
175 stack_capture(curthread, st, fp);
/freebsd-13-stable/sys/dev/xen/debug/
H A Ddebug.c69 stack_capture(struct stack *st, register_t rbp);

Completed in 121 milliseconds