Home
last modified time | relevance | path

Searched refs:walk_stackframe (Results 1 – 3 of 3) sorted by relevance

/arch/riscv/core/
A Dstacktrace.c98 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() function
113 ra = (uintptr_t)walk_stackframe; in walk_stackframe()
171 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() function
186 ra = (uintptr_t)walk_stackframe; in walk_stackframe()
221 walk_stackframe((riscv_stacktrace_cb)callback_fn, cookie, thread, esf, in_stack_bound, in arch_stack_walk()
282 walk_stackframe(print_trace_address, &i, _current, esf, in_fatal_stack_bound, csf); in z_riscv_unwind_stack()
/arch/arm64/core/
A Dfatal.c238 static void walk_stackframe(arm64_stacktrace_cb cb, void *cookie, const struct arch_esf *esf, in walk_stackframe() function
289 walk_stackframe((arm64_stacktrace_cb)callback_fn, cookie, esf, in arch_stack_walk()
318 walk_stackframe(print_trace_address, &i, esf, CONFIG_ARCH_STACKWALK_MAX_FRAMES); in esf_unwind()
/arch/x86/core/
A Dfatal.c129 __pinned_func static void walk_stackframe(stack_trace_callback_fn cb, void *cookie, in walk_stackframe() function
192 walk_stackframe(callback_fn, cookie, esf, in arch_stack_walk()
215 walk_stackframe(print_trace_address, &i, esf, CONFIG_ARCH_STACKWALK_MAX_FRAMES); in unwind_stack()

Completed in 11 milliseconds