Searched refs:PS_INTLEVEL_MASK (Results 1 – 2 of 2) sorted by relevance
107 #define PS_INTLEVEL_MASK 0x0000000F macro108 #define PS_INTLEVEL(n) ((n)&PS_INTLEVEL_MASK) /* n = 0..15 */
371 …movi a6, ~(PS_WOE_MASK|PS_INTLEVEL_MASK) // (using a6 ensures any window using this a4..a7 is spil…