Home
last modified time | relevance | path

Searched refs:PS_WOE (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/xtensa/include/xtensa/
Dcorebits.h92 #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/
Dpanic_handler_asm.S71 movi a0, PS_INTLEVEL(5) | PS_UM | PS_WOE
/device/soc/esp/esp32/components/xtensa/include/
Dxt_instr_macros.h65 movi \tmp2, (PS_WOE)
/device/soc/esp/esp32/components/osal/port/xtensa/
Dxtensa_vectors.S642 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
Dport.c173 frame->ps = PS_UM | PS_EXCM | PS_WOE | PS_CALLINC(1); in pxPortInitialiseStack()
Dxtensa_context.S189 movi a0, PS_UM | PS_WOE /* clear EXCM, enable window overflow, set new INTLEVEL */
/device/soc/esp/esp32/components/esp_system/port/soc/esp32/
Ddport_panic_highint_hdl.S146 movi a0, PS_INTLEVEL(5) | PS_UM | PS_WOE