Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dzhaoxin.c66 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_zhaoxin()
A Dcentaur.c110 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_centaur()
A Dhygon.c256 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_hygon()
A Damd.c618 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_amd()
A Dintel.c433 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_intel()
/linux-6.3-rc2/arch/x86/kernel/
A Dkvmclock.c339 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in kvmclock_init()
A Dtsc.c1067 !boot_cpu_has(X86_FEATURE_NONSTOP_TSC) || in detect_art()
1239 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in check_system_tsc_reliable()
A Dprocess.c927 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in arch_post_acpi_subsys_init()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/linux-6.3-rc2/drivers/acpi/
A Dacpi_pad.c73 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in power_saving_mwait_init()
A Dprocessor_idle.c198 if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in tsc_check_state()
/linux-6.3-rc2/arch/x86/xen/
A Dtime.c497 if (!(boot_cpu_has(X86_FEATURE_NONSTOP_TSC))) in xen_tsc_safe_clocksource()
/linux-6.3-rc2/drivers/idle/
A Dintel_idle.c1835 if (mwait_cstate > 2 && !boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in intel_idle_verify_cstate()
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dtimekeeping.rst477 X86_FEATURE_NONSTOP_TSC The TSC does not stop in C-states

Completed in 29 milliseconds