Searched refs:unwind_state (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | stack_machdep.c | 47 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) in stack_capture() 65 struct unwind_state frame; in stack_save_td() 83 struct unwind_state frame; in stack_save()
|
H A D | db_trace.c | 59 db_stack_trace_cmd(struct thread *td, struct unwind_state *frame) in db_stack_trace_cmd() 124 struct unwind_state frame; in db_trace_thread() 139 struct unwind_state frame; in db_trace_self()
|
H A D | unwind.c | 42 unwind_frame(struct thread *td, struct unwind_state *frame) in unwind_frame()
|
/freebsd/sys/arm64/arm64/ |
H A D | db_trace.c | 65 db_stack_trace_cmd(struct thread *td, struct unwind_state *frame) in db_stack_trace_cmd() 147 struct unwind_state frame; in db_trace_thread() 164 struct unwind_state frame;
|
H A D | unwind.c | 36 unwind_frame(struct thread *td, struct unwind_state *frame) in unwind_frame()
|
/freebsd/sys/arm/arm/ |
H A D | db_trace.c | 55 db_stack_trace_cmd(struct unwind_state *state) in db_stack_trace_cmd() 138 struct unwind_state state; in db_trace_thread() 158 struct unwind_state state; in db_trace_self()
|
H A D | unwind.c | 349 unwind_exec_read_byte(struct unwind_state *state) in unwind_exec_read_byte() 369 unwind_exec_insn(struct unwind_state *state) in unwind_exec_insn() 516 unwind_tab(struct unwind_state *state) in unwind_tab() 568 unwind_stack_one(struct unwind_state *state, int can_lock __unused) in unwind_stack_one()
|
/freebsd/sys/arm64/include/ |
H A D | stack.h | 33 struct unwind_state { struct 38 bool unwind_frame(struct thread *, struct unwind_state *); argument
|
H A D | csan.h | 76 struct unwind_state frame; in kcsan_md_unwind()
|
/freebsd/sys/riscv/include/ |
H A D | stack.h | 41 struct unwind_state { struct 47 bool unwind_frame(struct thread *, struct unwind_state *); argument
|
/freebsd/sys/arm/include/ |
H A D | stack.h | 41 struct unwind_state { struct 58 int unwind_stack_one(struct unwind_state *, int); argument
|
/freebsd/sys/cddl/dev/dtrace/aarch64/ |
H A D | dtrace_isa.c | 65 struct unwind_state state; in dtrace_getpcstack() 137 offsetof(struct unwind_state, pc))); in dtrace_getustack_common() 280 struct unwind_state state; in dtrace_getstackdepth()
|
/freebsd/sys/cddl/dev/dtrace/arm/ |
H A D | dtrace_isa.c | 61 struct unwind_state state; in dtrace_getpcstack() 134 struct unwind_state state; in dtrace_getstackdepth()
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_arm64_md.c | 60 struct unwind_state frame; in pmc_save_kernel_callchain()
|
/freebsd/sys/cddl/dev/dtrace/riscv/ |
H A D | dtrace_isa.c | 73 struct unwind_state state; in dtrace_getpcstack() 290 struct unwind_state state; in dtrace_getstackdepth()
|