Searched refs:exc_frame (Results 1 – 3 of 3) sorted by relevance
75 …(stk_frame.exc_frame && ((XtExcFrame *)stk_frame.exc_frame)->exccause == EXCCAUSE_INSTR_PROHIBITED… in esp_backtrace_print_from_frame()
469 …t frame = {.pc = xt_frame->pc, .sp = xt_frame->a1, .next_pc = xt_frame->a0, .exc_frame = xt_frame}; in panic_print_backtrace()
36 const void *exc_frame; /* Pointer to the full frame data structure, if applicable */ member