Searched refs:MWAIT_SUBSTATE_SIZE (Results 1 – 6 of 6) sorted by relevance
13 #define MWAIT_SUBSTATE_SIZE 4 macro14 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK)
126 cstate_type = ((cx->address >> MWAIT_SUBSTATE_SIZE) & in acpi_processor_ffh_cstate_probe_cpu()128 edx_part = edx >> (cstate_type * MWAIT_SUBSTATE_SIZE); in acpi_processor_ffh_cstate_probe_cpu()
52 edx >>= MWAIT_SUBSTATE_SIZE; in power_saving_mwait_init()53 for (i = 0; i < 7 && edx; i++, edx >>= MWAIT_SUBSTATE_SIZE) { in power_saving_mwait_init()59 power_saving_mwait_eax = (highest_cstate << MWAIT_SUBSTATE_SIZE) | in power_saving_mwait_init()
193 edx >>= MWAIT_SUBSTATE_SIZE; in find_target_mwait()194 for (i = 0; i < 7 && edx; i++, edx >>= MWAIT_SUBSTATE_SIZE) { in find_target_mwait()200 target_mwait = (highest_cstate << MWAIT_SUBSTATE_SIZE) | in find_target_mwait()
1777 edx >>= MWAIT_SUBSTATE_SIZE; in mwait_play_dead()1778 for (i = 0; i < 7 && edx; i++, edx >>= MWAIT_SUBSTATE_SIZE) { in mwait_play_dead()1784 eax = (highest_cstate << MWAIT_SUBSTATE_SIZE) | in mwait_play_dead()
1203 return !!((eax >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK); in intel_idle_state_needs_timer_stop()
Completed in 17 milliseconds