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

/linux-master/arch/x86/kernel/cpu/
H A Dhygon.c130 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate
133 if (c->x86_power & (1 << 8)) {
139 if (c->x86_power & BIT(12))
143 if (c->x86_power & BIT(14))
H A Dzhaoxin.c64 if (c->x86_power & (1 << 8)) {
H A Dproc.c140 if (c->x86_power & (1 << i)) {
H A Dcentaur.c108 if (c->x86_power & (1 << 8)) {
H A Damd.c545 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate
548 if (c->x86_power & (1 << 8)) {
554 if (c->x86_power & BIT(12))
558 if (c->x86_power & BIT(14))
H A Dintel.c335 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate
341 if (c->x86_power & (1 << 8)) {
H A Dcommon.c1025 c->x86_power = edx;
/linux-master/arch/x86/include/asm/
H A Dprocessor.h147 int x86_power; member in struct:cpuinfo_x86
/linux-master/arch/x86/kvm/
H A Dcpuid.c1231 entry->edx &= boot_cpu_data.x86_power;

Completed in 283 milliseconds