Searched refs:MWAIT_SUBSTATE_MASK (Results 1 – 5 of 5) sorted by relevance
11 #define MWAIT_SUBSTATE_MASK 0xf macro
60 if (edx & MWAIT_SUBSTATE_MASK) { in power_saving_mwait_init()62 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()
1309 if (edx & MWAIT_SUBSTATE_MASK) { in mwait_play_dead()1311 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in mwait_play_dead()
1778 acpi_hint &= ~MWAIT_SUBSTATE_MASK; in intel_idle_off_by_default()1779 table_hint &= ~MWAIT_SUBSTATE_MASK; in intel_idle_off_by_default()2013 MWAIT_SUBSTATE_MASK; in intel_idle_verify_cstate()
Completed in 18 milliseconds