Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/
H A Dhygon.c133 if (c->x86_power & (1 << 8)) { in early_init_hygon()
139 if (c->x86_power & BIT(12)) in early_init_hygon()
143 if (c->x86_power & BIT(14)) in early_init_hygon()
H A Dzhaoxin.c64 if (c->x86_power & (1 << 8)) { in early_init_zhaoxin()
H A Damd.c561 if (c->x86_power & (1 << 8)) { in early_init_amd()
567 if (c->x86_power & BIT(12)) in early_init_amd()
571 if (c->x86_power & BIT(14)) in early_init_amd()
H A Dcentaur.c108 if (c->x86_power & (1 << 8)) { in early_init_centaur()
H A Dproc.c143 if (c->x86_power & (1 << i)) { in show_cpuinfo()
H A Dintel.c260 if (c->x86_power & (1 << 8)) { in early_init_intel()
H A Dcommon.c1025 c->x86_power = edx; in get_cpu_cap()
/linux-6.15/arch/x86/include/asm/
H A Dprocessor.h175 int x86_power; member
/linux-6.15/arch/x86/kvm/
H A Dcpuid.c1668 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_func()