Home
last modified time | relevance | path

Searched refs:stack_capture (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dstack_machdep.c46 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) in stack_capture() function
76 stack_capture(td, st, &frame); in stack_save_td()
92 stack_capture(curthread, st, &frame); in stack_save()
/f-stack/freebsd/arm/arm/
H A Dstack_machdep.c42 stack_capture(struct stack *st, struct unwind_state *state) in stack_capture() function
66 stack_capture(st, &state); in stack_save()
86 stack_capture(st, &state); in stack_save_td()
/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c74 stack_capture(struct thread *td, struct stack *st, register_t fp) in stack_capture() function
102 stack_capture(td, stack_intr_stack, TF_FP(td->td_intr_frame)); in stack_capture_intr()
130 stack_capture(td, st, PCB_FP(td->td_pcb)); in stack_save_td()
175 stack_capture(curthread, st, fp); in stack_save()
/f-stack/freebsd/mips/mips/
H A Dstack_machdep.c47 stack_capture(struct stack *st, struct thread *td, uintptr_t pc, uintptr_t sp) in stack_capture() function
171 stack_capture(st, td, pc, sp); in stack_save_td()
183 stack_capture(st, curthread, pc, sp); in stack_save()