Home
last modified time | relevance | path

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

/arch/x86/kernel/acpi/
Dcstate.c81 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx); in acpi_processor_ffh_cstate_probe_cpu()
124 if (!cpu_cstate_entry || c->cpuid_level < CPUID_MWAIT_LEAF) in acpi_processor_ffh_cstate_probe()
/arch/x86/include/asm/
Dmwait.h15 #define CPUID_MWAIT_LEAF 5 macro
/arch/x86/kernel/
Dsmpboot.c1465 if (__this_cpu_read(cpu_info.cpuid_level) < CPUID_MWAIT_LEAF) in mwait_play_dead()
1468 eax = CPUID_MWAIT_LEAF; in mwait_play_dead()
/arch/x86/xen/
Denlighten.c323 case CPUID_MWAIT_LEAF: in xen_cpuid()
401 ax = CPUID_MWAIT_LEAF; in xen_check_mwait()