Searched refs:xt_unhandled_exception (Results 1 – 5 of 5) sorted by relevance
68 extern void xt_unhandled_exception(XtExcFrame *frame);91 _xt_exception_table[n] = &xt_unhandled_exception; in xt_set_exception_handler()94 return ((old == &xt_unhandled_exception) ? 0 : old); in xt_set_exception_handler()
134 .word xt_unhandled_exception /* handler address */
220 void IRAM_ATTR xt_unhandled_exception(void *frame) function
40 extern void xt_unhandled_exception(void *frame);393 xt_unhandled_exception(frame); in task_wdt_timeout_handling()456 xt_unhandled_exception(frame); in task_wdt_timeout_abort_xtensa()
16 .equ panic_from_exception, xt_unhandled_exception