Home
last modified time | relevance | path

Searched refs:CPUID_MWAIT_LEAF (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/x86/kernel/acpi/
Dcstate.c108 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx); in acpi_processor_ffh_cstate_probe_cpu()
152 if (!cpu_cstate_entry || c->cpuid_level < CPUID_MWAIT_LEAF) in acpi_processor_ffh_cstate_probe()
/Linux-v5.4/arch/x86/include/asm/
Dmwait.h17 #define CPUID_MWAIT_LEAF 5 macro
/Linux-v5.4/drivers/acpi/
Dacpi_pad.c43 if (boot_cpu_data.cpuid_level < CPUID_MWAIT_LEAF) in power_saving_mwait_init()
46 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx); in power_saving_mwait_init()
/Linux-v5.4/drivers/thermal/intel/
Dintel_powerclamp.c187 if (boot_cpu_data.cpuid_level < CPUID_MWAIT_LEAF) in find_target_mwait()
190 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx); in find_target_mwait()
/Linux-v5.4/arch/x86/kernel/
Dsmpboot.c1668 if (__this_cpu_read(cpu_info.cpuid_level) < CPUID_MWAIT_LEAF) in mwait_play_dead()
1671 eax = CPUID_MWAIT_LEAF; in mwait_play_dead()
/Linux-v5.4/arch/x86/xen/
Denlighten_pv.c181 case CPUID_MWAIT_LEAF: in xen_cpuid()
251 ax = CPUID_MWAIT_LEAF; in xen_check_mwait()
/Linux-v5.4/drivers/idle/
Dintel_idle.c1125 if (boot_cpu_data.cpuid_level < CPUID_MWAIT_LEAF) in intel_idle_probe()
1128 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &mwait_substates); in intel_idle_probe()