Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dzhaoxin.c66 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_zhaoxin()
H A Dcentaur.c110 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_centaur()
H A Dhygon.c276 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_hygon()
H A Dintel.c253 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_intel()
H A Damd.c674 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_amd()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvmclock.c337 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in kvmclock_init()
H A 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()
H A Dprocess.c882 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in arch_post_acpi_subsys_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_pad.c72 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in power_saving_mwait_init()
H A Dprocessor_idle.c199 if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in tsc_check_state()
/OK3568_Linux_fs/kernel/drivers/idle/
H A Dintel_idle.c1483 if (mwait_cstate > 2 && !boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in intel_idle_verify_cstate()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dtimekeeping.rst477 X86_FEATURE_NONSTOP_TSC The TSC does not stop in C-states