Home
last modified time | relevance | path

Searched refs:next_pc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/xtensa/core/
Dxtensa_backtrace.c93 frame->pc = frame->next_pc; in xtensa_backtrace_get_next_frame()
97 frame->next_pc = *((uint32_t *)(base_save - 16)); in xtensa_backtrace_get_next_frame()
134 &(stk_frame.next_pc), interrupted_stack); in xtensa_backtrace_print()
151 while (depth-- > 0 && stk_frame.next_pc != 0 && !corrupted) { in xtensa_backtrace_print()
165 } else if (stk_frame.next_pc != 0) { /* Backtrace continues */ in xtensa_backtrace_print()
/Zephyr-latest/arch/xtensa/include/
Dxtensa_backtrace.h40 uint32_t next_pc; /* PC of the current frame's caller */ member
62 uint32_t *next_pc,