Home
last modified time | relevance | path

Searched defs:stack_capture (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/arm/arm/
H A Dstack_machdep.c42 stack_capture(struct stack *st, struct unwind_state *state) in stack_capture() function
/freebsd-13.1/sys/arm64/arm64/
H A Dstack_machdep.c45 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) in stack_capture() function
/freebsd-13.1/sys/riscv/riscv/
H A Dstack_machdep.c50 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) in stack_capture() function
/freebsd-13.1/sys/powerpc/powerpc/
H A Dstack_machdep.c56 stack_capture(struct stack *st, vm_offset_t frame) in stack_capture() function
/freebsd-13.1/sys/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
/freebsd-13.1/sys/x86/x86/
H A Dstack_machdep.c74 stack_capture(struct thread *td, struct stack *st, register_t fp) in stack_capture() function