Home
last modified time | relevance | path

Searched refs:MWAIT_SUBSTATE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmwait.h11 #define MWAIT_SUBSTATE_MASK 0xf macro
/linux/drivers/acpi/
H A Dacpi_pad.c57 if (edx & MWAIT_SUBSTATE_MASK) { in power_saving_mwait_init()
59 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in power_saving_mwait_init()
/linux/arch/x86/kernel/acpi/
H A Dcstate.c139 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK; in acpi_processor_ffh_cstate_probe_cpu()