Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/cpu/
Dhygon.c255 if (c->x86_power & (1 << 8)) { in early_init_hygon()
261 if (c->x86_power & BIT(12)) in early_init_hygon()
265 if (c->x86_power & BIT(14)) in early_init_hygon()
Dzhaoxin.c64 if (c->x86_power & (1 << 8)) { in early_init_zhaoxin()
Damd.c692 if (c->x86_power & (1 << 8)) { in early_init_amd()
698 if (c->x86_power & BIT(12)) in early_init_amd()
702 if (c->x86_power & BIT(14)) in early_init_amd()
Dcentaur.c108 if (c->x86_power & (1 << 8)) { in early_init_centaur()
Dproc.c140 if (c->x86_power & (1 << i)) { in show_cpuinfo()
Dintel.c257 if (c->x86_power & (1 << 8)) { in early_init_intel()
Dcommon.c1086 c->x86_power = edx; in get_cpu_cap()
/Linux-v6.6/arch/x86/include/asm/
Dprocessor.h122 int x86_power; member
/Linux-v6.6/arch/x86/kvm/
Dcpuid.c1195 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_func()