Searched refs:MWAIT_SUBSTATE_MASK (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmwait.h11 #define MWAIT_SUBSTATE_MASK 0xf macro
/linux-master/arch/x86/kernel/acpi/
H A Dcstate.c137 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK;
/linux-master/drivers/acpi/
H A Dacpi_pad.c56 if (edx & MWAIT_SUBSTATE_MASK) {
58 highest_subcstate = edx & MWAIT_SUBSTATE_MASK;
/linux-master/arch/x86/kernel/
H A Dsmpboot.c1306 if (edx & MWAIT_SUBSTATE_MASK) {
1308 highest_subcstate = edx & MWAIT_SUBSTATE_MASK;
/linux-master/drivers/idle/
H A Dintel_idle.c1940 MWAIT_SUBSTATE_MASK;

Completed in 98 milliseconds