Searched refs:MWAIT_SUBSTATE_SIZE (Results 1 – 3 of 3) sorted by relevance
6 #define MWAIT_SUBSTATE_SIZE 4 macro
121 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK)760 cstate = ((eax >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) + 1; in mwait_idle()
855 cstate_type = (cx->reg.address >> MWAIT_SUBSTATE_SIZE) + 1; in acpi_processor_ffh_cstate_probe()856 edx_part = edx >> (cstate_type * MWAIT_SUBSTATE_SIZE); in acpi_processor_ffh_cstate_probe()
Completed in 6 milliseconds