Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Dproc.c128 if (c->x86_power & (1 << i)) { in show_cpuinfo()
Dcentaur.c116 if (c->x86_power & (1 << 8)) { in early_init_centaur()
Damd.c639 if (c->x86_power & (1 << 8)) { in early_init_amd()
645 if (c->x86_power & BIT(12)) in early_init_amd()
Dintel.c234 if (c->x86_power & (1 << 8)) { in early_init_intel()
Dcommon.c886 c->x86_power = edx; in get_cpu_cap()
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h117 int x86_power; member
/Linux-v4.19/arch/x86/kvm/
Dcpuid.c647 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_ent()