Home
last modified time | relevance | path

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

/linux-6.6.21/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.c261 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_hygon()
Damd.c694 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_amd()
Dintel.c343 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_intel()
/linux-6.6.21/arch/x86/kernel/
Dkvmclock.c343 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in kvmclock_init()
Dtsc.c1087 !boot_cpu_has(X86_FEATURE_NONSTOP_TSC) || in detect_art()
1259 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in check_system_tsc_reliable()
Dprocess.c986 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in arch_post_acpi_subsys_init()
/linux-6.6.21/tools/arch/x86/include/asm/
Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/linux-6.6.21/arch/x86/include/asm/
Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/linux-6.6.21/drivers/acpi/
Dacpi_pad.c74 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in power_saving_mwait_init()
Dprocessor_idle.c198 if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in tsc_check_state()
/linux-6.6.21/arch/x86/xen/
Dtime.c497 if (!(boot_cpu_has(X86_FEATURE_NONSTOP_TSC))) in xen_tsc_safe_clocksource()
/linux-6.6.21/drivers/idle/
Dintel_idle.c1831 if (mwait_cstate > 2 && !boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in intel_idle_verify_cstate()
/linux-6.6.21/Documentation/virt/kvm/x86/
Dtimekeeping.rst477 X86_FEATURE_NONSTOP_TSC The TSC does not stop in C-states