Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dproc.c123 if (c->x86_power & (1 << i)) { in show_cpuinfo()
Dintel.c88 if (c->x86_power & (1 << 8)) { in early_init_intel()
Damd.c506 if (c->x86_power & (1 << 8)) { in early_init_amd()
Dcommon.c695 c->x86_power = cpuid_edx(0x80000007); in get_cpu_cap()
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h115 int x86_power; member
/linux-4.1.27/arch/x86/kvm/
Dcpuid.c562 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_ent()