Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmwait.h11 #define MWAIT_SUBSTATE_MASK 0xf macro
/openbmc/linux/drivers/acpi/
H A Dacpi_pad.c55 if (edx & MWAIT_SUBSTATE_MASK) { in power_saving_mwait_init()
57 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in power_saving_mwait_init()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dcstate.c137 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK; in acpi_processor_ffh_cstate_probe_cpu()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c333 if (edx & MWAIT_SUBSTATE_MASK) { in find_target_mwait()
335 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in find_target_mwait()
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c1512 if (edx & MWAIT_SUBSTATE_MASK) { in mwait_play_dead()
1514 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in mwait_play_dead()
/openbmc/linux/drivers/idle/
H A Dintel_idle.c1825 MWAIT_SUBSTATE_MASK; in intel_idle_verify_cstate()