Lines Matching full:pc
28 * (i.e. the PC and SP). This structure is used iteratively with the
30 * within a single stack. The next_pc represents the PC of the current
38 uint32_t pc; /* PC of the current frame */ member
40 uint32_t next_pc; /* PC of the current frame's caller */
50 * - Return PC and SP of function A (i.e. start of the stack's backtrace)
51 * - Return PC of function B (i.e. next_pc)
55 * @param[out] pc PC of the first frame in the backtrace
57 * @param[out] next_pc PC of the first frame's caller
60 void xtensa_backtrace_get_start(uint32_t *pc,
74 * - Frame structure updated with SP and PC of frame(i-1).
82 * - True if the SP and PC of the next frame(i-1) are sane