Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmwait.h11 #define MWAIT_SUBSTATE_MASK 0xf macro
/linux-6.1.9/drivers/acpi/
Dacpi_pad.c55 if (edx & MWAIT_SUBSTATE_MASK) { in power_saving_mwait_init()
57 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in power_saving_mwait_init()
/linux-6.1.9/arch/x86/kernel/acpi/
Dcstate.c129 num_cstate_subtype = edx_part & MWAIT_SUBSTATE_MASK; in acpi_processor_ffh_cstate_probe_cpu()
/linux-6.1.9/drivers/thermal/intel/
Dintel_powerclamp.c194 if (edx & MWAIT_SUBSTATE_MASK) { in find_target_mwait()
196 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in find_target_mwait()
/linux-6.1.9/arch/x86/kernel/
Dsmpboot.c1778 if (edx & MWAIT_SUBSTATE_MASK) { in mwait_play_dead()
1780 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in mwait_play_dead()
/linux-6.1.9/drivers/idle/
Dintel_idle.c1834 MWAIT_SUBSTATE_MASK; in intel_idle_verify_cstate()