Searched refs:X86_FEATURE_NONSTOP_TSC (Results 1 – 15 of 15) sorted by relevance
66 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_zhaoxin()
110 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_centaur()
256 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_hygon()
618 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_amd()
433 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_intel()
339 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in kvmclock_init()
1067 !boot_cpu_has(X86_FEATURE_NONSTOP_TSC) || in detect_art()1239 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in check_system_tsc_reliable()
927 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in arch_post_acpi_subsys_init()
106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
73 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in power_saving_mwait_init()
198 if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in tsc_check_state()
497 if (!(boot_cpu_has(X86_FEATURE_NONSTOP_TSC))) in xen_tsc_safe_clocksource()
1835 if (mwait_cstate > 2 && !boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in intel_idle_verify_cstate()
477 X86_FEATURE_NONSTOP_TSC The TSC does not stop in C-states
Completed in 30 milliseconds