Home
last modified time | relevance | path

Searched refs:x86_power (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dhygon.c256 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_hygon()
259 if (c->x86_power & (1 << 8)) { in early_init_hygon()
265 if (c->x86_power & BIT(12)) in early_init_hygon()
269 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 Dproc.c140 if (c->x86_power & (1 << i)) { in show_cpuinfo()
H A Damd.c689 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_amd()
692 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()
H A Dcentaur.c108 if (c->x86_power & (1 << 8)) { in early_init_centaur()
H A Dintel.c335 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_intel()
341 if (c->x86_power & (1 << 8)) { in early_init_intel()
H A Dcommon.c1086 c->x86_power = edx; in get_cpu_cap()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dhygon.c275 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_hygon()
278 if (c->x86_power & (1 << 8)) { in early_init_hygon()
284 if (c->x86_power & BIT(12)) in early_init_hygon()
H A Dzhaoxin.c64 if (c->x86_power & (1 << 8)) { in early_init_zhaoxin()
H A Dproc.c143 if (c->x86_power & (1 << i)) { in show_cpuinfo()
H A Dcentaur.c108 if (c->x86_power & (1 << 8)) { in early_init_centaur()
H A Damd.c745 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_amd()
748 if (c->x86_power & (1 << 8)) { in early_init_amd()
754 if (c->x86_power & BIT(12)) in early_init_amd()
H A Dintel.c245 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_intel()
251 if (c->x86_power & (1 << 8)) { in early_init_intel()
H A Dcommon.c953 c->x86_power = edx; in get_cpu_cap()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h120 int x86_power; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dprocessor.h122 int x86_power; member
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dcpuid.c828 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_func()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dcpuid.c1210 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_func()

Completed in 20 milliseconds