Searched refs:MWAIT_SUBSTATE_MASK (Results 1 – 6 of 6) sorted by relevance
11 #define MWAIT_SUBSTATE_MASK 0xf macro
55 if (edx & MWAIT_SUBSTATE_MASK) { in power_saving_mwait_init()57 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in power_saving_mwait_init()
137 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK; in acpi_processor_ffh_cstate_probe_cpu()
333 if (edx & MWAIT_SUBSTATE_MASK) { in find_target_mwait()335 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in find_target_mwait()
1512 if (edx & MWAIT_SUBSTATE_MASK) { in mwait_play_dead()1514 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in mwait_play_dead()
1825 MWAIT_SUBSTATE_MASK; in intel_idle_verify_cstate()