Home
last modified time | relevance | path

Searched refs:PS_WOE_MASK (Results 1 – 5 of 5) sorted by relevance

/sof-3.4.0/src/arch/xtensa/include/xtensa/
Dcorebits.h89 #define PS_WOE_MASK 0x00040000 macro
90 #define PS_WOE PS_WOE_MASK
/sof-3.4.0/src/arch/xtensa/xtos/xea1/
Dint-lowpri-dispatcher.S282 movi a3, PS_WOE_MASK
290 movi a3, PS_WOE_MASK
/sof-3.4.0/src/arch/xtensa/xtos/xea2/
Dint-lowpri-dispatcher.S282 movi a3, PS_WOE_MASK
290 movi a3, PS_WOE_MASK
/sof-3.4.0/src/arch/xtensa/xtos/
Dint-medpri-dispatcher.S355 movi a3, PS_WOE_MASK
363 movi a3, PS_WOE_MASK
/sof-3.4.0/src/arch/xtensa/hal/
Dwindowspill_asm.S371 …movi a6, ~(PS_WOE_MASK|PS_INTLEVEL_MASK) // (using a6 ensures any window using this a4..a7 is spil…