Searched refs:cpu_has_tsc (Results 1 – 7 of 7) sorted by relevance
25 if (!cpu_has_tsc) in get_cycles()
361 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC) macro
832 if (cpu_has_tsc) { in recalibrate_cpu_khz()954 if (!cpu_has_tsc) in cpufreq_tsc()1048 if (!cpu_has_tsc || tsc_unstable) in unsynchronized_tsc()1151 if (!cpu_has_tsc || tsc_disabled > 0 || !tsc_khz) in init_tsc_clocksource()1190 if (!cpu_has_tsc) { in tsc_init()
604 if (cpu_has_tsc) in lapic_cal_handler()665 if (cpu_has_tsc) { in calibrate_by_pmtimer()757 if (cpu_has_tsc) { in calibrate_APIC_clock()1222 if (cpu_has_tsc) in setup_local_APIC()1306 if (cpu_has_tsc && cpu_khz) { in setup_local_APIC()
146 #define GET_TIME(x) do { if (cpu_has_tsc) x = (unsigned int)rdtsc(); else x = get_time_pit(); } whi…147 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0)))148 #define TIME_NAME (cpu_has_tsc?"TSC":"PIT")
1446 if (cpu_feature_enabled(X86_FEATURE_VME) || cpu_has_tsc || cpu_has_de) in cpu_init()
640 if (cpu_has_tsc) \