Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/
Dhygon.c275 if (c->x86_power & (1 << 8)) { in early_init_hygon()
281 if (c->x86_power & BIT(12)) in early_init_hygon()
Dzhaoxin.c64 if (c->x86_power & (1 << 8)) { in early_init_zhaoxin()
Dproc.c143 if (c->x86_power & (1 << i)) { in show_cpuinfo()
Dcentaur.c108 if (c->x86_power & (1 << 8)) { in early_init_centaur()
Damd.c673 if (c->x86_power & (1 << 8)) { in early_init_amd()
679 if (c->x86_power & BIT(12)) in early_init_amd()
Dintel.c251 if (c->x86_power & (1 << 8)) { in early_init_intel()
Dcommon.c952 c->x86_power = edx; in get_cpu_cap()
/Linux-v5.10/arch/x86/include/asm/
Dprocessor.h120 int x86_power; member
/Linux-v5.10/arch/x86/kvm/
Dcpuid.c821 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_func()