Home
last modified time | relevance | path

Searched refs:MWAIT_SUBSTATE_MASK (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dmwait.h9 #define MWAIT_SUBSTATE_MASK 0xf macro
/arch/x86/kernel/acpi/
Dcstate.c87 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK; in acpi_processor_ffh_cstate_probe_cpu()
/arch/x86/kernel/
Dsmpboot.c1481 if (edx & MWAIT_SUBSTATE_MASK) { in mwait_play_dead()
1483 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in mwait_play_dead()