Searched refs:PS_WOE (Results 1 – 7 of 7) sorted by relevance
/device/soc/esp/esp32/components/xtensa/include/xtensa/ |
D | corebits.h | 92 #define PS_WOE PS_WOE_MASK macro 116 #define PS_WOE_ABI PS_WOE /* 0x40000 */ 117 #define PS_WOECALL4_ABI (PS_WOE | PS_CALLINC(1)) /* 0x50000, per call4 */
|
/device/soc/esp/esp32/components/esp_system/port/arch/xtensa/ |
D | panic_handler_asm.S | 71 movi a0, PS_INTLEVEL(5) | PS_UM | PS_WOE
|
/device/soc/esp/esp32/components/xtensa/include/ |
D | xt_instr_macros.h | 65 movi \tmp2, (PS_WOE)
|
/device/soc/esp/esp32/components/osal/port/xtensa/ |
D | xtensa_vectors.S | 642 movi a0, PS_INTLEVEL(XCHAL_EXCM_LEVEL) | PS_UM | PS_WOE 1100 movi a0, PS_INTLEVEL(1) | PS_UM | PS_WOE 1189 movi a0, PS_INTLEVEL(2) | PS_UM | PS_WOE 1269 movi a0, PS_INTLEVEL(3) | PS_UM | PS_WOE 1348 movi a0, PS_INTLEVEL(4) | PS_UM | PS_WOE 1427 movi a0, PS_INTLEVEL(5) | PS_UM | PS_WOE 1506 movi a0, PS_INTLEVEL(6) | PS_UM | PS_WOE
|
D | port.c | 173 frame->ps = PS_UM | PS_EXCM | PS_WOE | PS_CALLINC(1); in pxPortInitialiseStack()
|
D | xtensa_context.S | 189 movi a0, PS_UM | PS_WOE /* clear EXCM, enable window overflow, set new INTLEVEL */
|
/device/soc/esp/esp32/components/esp_system/port/soc/esp32/ |
D | dport_panic_highint_hdl.S | 146 movi a0, PS_INTLEVEL(5) | PS_UM | PS_WOE
|