Home
last modified time | relevance | path

Searched refs:X86_FEATURE_NONSTOP_TSC (Results 1 – 9 of 9) sorted by relevance

/arch/x86/kernel/cpu/
Dzhaoxin.c66 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_zhaoxin()
Dcentaur.c110 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_centaur()
Dhygon.c280 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_hygon()
Dintel.c337 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_intel()
Damd.c750 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_amd()
/arch/x86/kernel/
Dkvmclock.c341 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in kvmclock_init()
Dtsc.c1051 !boot_cpu_has(X86_FEATURE_NONSTOP_TSC) || in detect_art()
1216 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in check_system_tsc_reliable()
Dprocess.c882 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in arch_post_acpi_subsys_init()
/arch/x86/include/asm/
Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro