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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dcstate.c68 #define MWAIT_SUBSTATE_MASK (0xf) macro
95 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK;
98 if (num_cstate_subtype < (cx->address & MWAIT_SUBSTATE_MASK)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/idle/
H A Dintel_idle.c51 #define MWAIT_SUBSTATE_MASK (0xf) macro
332 & MWAIT_SUBSTATE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dacpi_pad.c39 #define MWAIT_SUBSTATE_MASK (0xf) macro
72 if (edx & MWAIT_SUBSTATE_MASK) {
74 highest_subcstate = edx & MWAIT_SUBSTATE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsmpboot.c1386 #define MWAIT_SUBSTATE_MASK 0xf macro
1424 if (edx & MWAIT_SUBSTATE_MASK) {
1426 highest_subcstate = edx & MWAIT_SUBSTATE_MASK;

Completed in 117 milliseconds