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()
129 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK; in acpi_processor_ffh_cstate_probe_cpu()
194 if (edx & MWAIT_SUBSTATE_MASK) { in find_target_mwait()196 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in find_target_mwait()
1778 if (edx & MWAIT_SUBSTATE_MASK) { in mwait_play_dead()1780 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in mwait_play_dead()
1834 MWAIT_SUBSTATE_MASK; in intel_idle_verify_cstate()