Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmwait.h6 #define MWAIT_SUBSTATE_MASK 0xf macro
/linux-4.1.27/arch/x86/kernel/acpi/
Dcstate.c87 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK; in acpi_processor_ffh_cstate_probe_cpu()
/linux-4.1.27/drivers/acpi/
Dacpi_pad.c65 if (edx & MWAIT_SUBSTATE_MASK) { in power_saving_mwait_init()
67 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in power_saving_mwait_init()
/linux-4.1.27/drivers/thermal/
Dintel_powerclamp.c199 if (edx & MWAIT_SUBSTATE_MASK) { in find_target_mwait()
201 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in find_target_mwait()
/linux-4.1.27/arch/x86/kernel/
Dsmpboot.c1432 if (edx & MWAIT_SUBSTATE_MASK) { in mwait_play_dead()
1434 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in mwait_play_dead()
/linux-4.1.27/drivers/idle/
Dintel_idle.c982 & MWAIT_SUBSTATE_MASK; in intel_idle_cpuidle_driver_init()