Searched refs:x86_power (Results 1 – 8 of 8) sorted by relevance
131 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_hygon() 134 if (c->x86_power & (1 << 8)) { in early_init_hygon() 140 if (c->x86_power & BIT(12)) in early_init_hygon() 144 if (c->x86_power & BIT(14)) in early_init_hygon()
65 if (c->x86_power & (1 << 8)) { in early_init_zhaoxin()
606 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_amd() 609 if (c->x86_power & (1 << 8)) { in early_init_amd() 615 if (c->x86_power & BIT(12)) in early_init_amd() 619 if (c->x86_power & BIT(14)) in early_init_amd()
108 if (c->x86_power & (1 << 8)) { in early_init_centaur()
143 if (c->x86_power & (1 << i)) { in show_cpuinfo()
253 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_intel() 262 if (c->x86_power & (1 << 8)) { in early_init_intel()
175 int x86_power; member
1668 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_func()