Home
last modified time | relevance | path

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

/Zephyr-4.3.0/arch/riscv/core/
Dstacktrace.c107 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() function
122 ra = (uintptr_t)walk_stackframe; in walk_stackframe()
180 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() function
195 ra = (uintptr_t)walk_stackframe; in walk_stackframe()
230 walk_stackframe((riscv_stacktrace_cb)callback_fn, cookie, thread, esf, in_stack_bound, in arch_stack_walk()
291 walk_stackframe(print_trace_address, &i, _current, esf, in_fatal_stack_bound, csf); in z_riscv_unwind_stack()
/Zephyr-4.3.0/arch/arm64/core/
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()
/Zephyr-4.3.0/arch/x86/core/
Dfatal.c128 __pinned_func static void walk_stackframe(stack_trace_callback_fn cb, void *cookie, in walk_stackframe() function
191 walk_stackframe(callback_fn, cookie, esf, in arch_stack_walk()
214 walk_stackframe(print_trace_address, &i, esf, CONFIG_ARCH_STACKWALK_MAX_FRAMES); in unwind_stack()