Home
last modified time | relevance | path

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

/hal_xtensa-2.7.6/include/xtensa/
Dcorebits.h107 #define PS_INTLEVEL_MASK 0x0000000F macro
108 #define PS_INTLEVEL(n) ((n)&PS_INTLEVEL_MASK) /* n = 0..15 */
/hal_xtensa-2.7.6/src/hal/
Dwindowspill_asm.S371 …movi a6, ~(PS_WOE_MASK|PS_INTLEVEL_MASK) // (using a6 ensures any window using this a4..a7 is spil…