Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/xtensa/include/xtensa/
Dcorebits.h45 #define EXCCAUSE_ILLEGAL 0 /* Illegal Instruction */ macro
/device/soc/esp/esp32/components/esp_system/port/arch/xtensa/
Dpanic_arch.c382 if (frame->exccause == EXCCAUSE_ILLEGAL) { in panic_arch_fill_info()