Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c124 if (c->x86_power & (1 << i)) { in show_cpuinfo()
Dintel.c88 if (c->x86_power & (1 << 8)) { in early_init_intel()
Damd.c536 if (c->x86_power & (1 << 8)) { in early_init_amd()
Dcommon.c680 c->x86_power = cpuid_edx(0x80000007); in get_cpu_cap()
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h121 int x86_power; member
/linux-4.4.14/arch/x86/kvm/
Dcpuid.c571 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_ent()