Searched refs:XT_STK_EXCCAUSE (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.4.0/components/espcoredump/corefile/ |
D | xtensa.py | 199 XT_STK_EXCCAUSE = 20 variable 238 if stack[XT_STK_EXCCAUSE] in XTENSA_EXCEPTION_CAUSE_DICT: 239 extra_regs[ExceptionRegisters.EXCCAUSE_IDX] = stack[XT_STK_EXCCAUSE]
|
/hal_espressif-3.4.0/components/esp_gdbstub/xtensa/ |
D | gdbstub-entry.S | 31 s32i a0, sp, XT_STK_EXCCAUSE
|
/hal_espressif-3.4.0/components/esp_system/port/arch/xtensa/ |
D | panic_handler_asm.S | 47 s32i a0, sp, XT_STK_EXCCAUSE
|
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/ |
D | highint_hdl.S | 78 s32i a0, sp, XT_STK_EXCCAUSE
|
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/ |
D | highint_hdl.S | 106 s32i a0, sp, XT_STK_EXCCAUSE
|
/hal_espressif-3.4.0/components/xtensa/include/xtensa/ |
D | xtensa_context.h | 124 STRUCT_FIELD (long, 4, XT_STK_EXCCAUSE, exccause)
|
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/ |
D | highint_hdl.S | 280 s32i a0, sp, XT_STK_EXCCAUSE
|
/hal_espressif-3.4.0/components/espcoredump/src/port/xtensa/ |
D | core_dump_port.c | 60 XT_STK_EXCCAUSE = 20, enumerator
|
/hal_espressif-3.4.0/components/freertos/port/xtensa/ |
D | xtensa_vectors.S | 634 s32i a0, sp, XT_STK_EXCCAUSE
|