Lines Matching refs:boot_cpu_has
902 if (!boot_cpu_has(X86_FEATURE_TSC)) in recalibrate_cpu_khz()
1020 if (!boot_cpu_has(X86_FEATURE_TSC)) in cpufreq_register_tsc_scaling()
1022 if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) in cpufreq_register_tsc_scaling()
1051 if (boot_cpu_has(X86_FEATURE_HYPERVISOR) || in detect_art()
1052 !boot_cpu_has(X86_FEATURE_NONSTOP_TSC) || in detect_art()
1053 !boot_cpu_has(X86_FEATURE_TSC_ADJUST) || in detect_art()
1203 if (boot_cpu_has(X86_FEATURE_TSC_RELIABLE)) in check_system_tsc_reliable()
1217 if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC) && in check_system_tsc_reliable()
1218 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in check_system_tsc_reliable()
1219 boot_cpu_has(X86_FEATURE_TSC_ADJUST) && in check_system_tsc_reliable()
1230 if (!boot_cpu_has(X86_FEATURE_TSC) || tsc_unstable) in unsynchronized_tsc()
1238 if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) in unsynchronized_tsc()
1397 if (boot_cpu_has(X86_FEATURE_ART)) in tsc_refine_calibration_work()
1407 if (!boot_cpu_has(X86_FEATURE_TSC) || !tsc_khz) in init_tsc_clocksource()
1413 if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC_S3)) in init_tsc_clocksource()
1420 if (boot_cpu_has(X86_FEATURE_TSC_KNOWN_FREQ)) { in init_tsc_clocksource()
1421 if (boot_cpu_has(X86_FEATURE_ART)) in init_tsc_clocksource()
1501 if (!boot_cpu_has(X86_FEATURE_TSC)) in tsc_early_init()
1520 if (!boot_cpu_has(X86_FEATURE_TSC)) { in tsc_init()