Searched refs:MWAIT_C1_SUBSTATE_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/include/asm/ | ||
H A D | mwait.h | 16 #define MWAIT_C1_SUBSTATE_MASK 0xf0 macro |
/linux/arch/x86/kernel/ | ||
H A D | process.c | 893 return !!(edx & MWAIT_C1_SUBSTATE_MASK); in prefer_mwait_c1_over_halt() |