Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Dstacktrace.c99 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() function
114 ra = (uintptr_t)walk_stackframe; in walk_stackframe()
172 static void walk_stackframe(riscv_stacktrace_cb cb, void *cookie, const struct k_thread *thread, in walk_stackframe() function
187 ra = (uintptr_t)walk_stackframe; in walk_stackframe()
224 walk_stackframe((riscv_stacktrace_cb)callback_fn, cookie, thread, esf, in_stack_bound, in arch_stack_walk()
285 walk_stackframe(print_trace_address, &i, arch_current_thread(), esf, in_fatal_stack_bound, in z_riscv_unwind_stack()
/Zephyr-latest/arch/arm64/core/
Dfatal.c204 static void walk_stackframe(arm64_stacktrace_cb cb, void *cookie, const struct arch_esf *esf, in walk_stackframe() function
250 walk_stackframe((arm64_stacktrace_cb)callback_fn, cookie, esf, in arch_stack_walk()
278 walk_stackframe(print_trace_address, &i, esf, CONFIG_ARCH_STACKWALK_MAX_FRAMES); in esf_unwind()
/Zephyr-latest/arch/x86/core/
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()