Searched refs:KREG_PSTATE_MM_MASK (Results 1 – 1 of 1) sorted by relevance
161 #define KREG_PSTATE_MM_MASK 0x0c0 macro164 #define KREG_PSTATE_MM_TSO(x) (((x) & KREG_PSTATE_MM_MASK) == 0x000)165 #define KREG_PSTATE_MM_PSO(x) (((x) & KREG_PSTATE_MM_MASK) == 0x040)166 #define KREG_PSTATE_MM_RMO(x) (((x) & KREG_PSTATE_MM_MASK) == 0x080)167 #define KREG_PSTATE_MM_UNDEF(x) (((x) & KREG_PSTATE_MM_MASK) == 0x0c0)