Home
last modified time | relevance | path

Searched refs:X86_FEATURE_NONSTOP_TSC (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/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.c280 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.c750 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_amd()
/kernel/linux/linux-6.6/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.c261 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_hygon()
H A Dintel.c343 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_intel()
H A Damd.c694 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); in early_init_amd()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dkvmclock.c333 * X86_FEATURE_NONSTOP_TSC is TSC runs at constant rate in kvmclock_init()
341 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in kvmclock_init()
H A Dtsc.c1051 !boot_cpu_has(X86_FEATURE_NONSTOP_TSC) || in detect_art()
1217 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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h106 #define X86_FEATURE_NONSTOP_TSC ( 3*32+24) /* TSC does not stop in C states */ macro
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkvmclock.c335 * X86_FEATURE_NONSTOP_TSC is TSC runs at constant rate in kvmclock_init()
343 boot_cpu_has(X86_FEATURE_NONSTOP_TSC) && in kvmclock_init()
H A 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()
H A Dprocess.c986 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in arch_post_acpi_subsys_init()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_pad.c74 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in power_saving_mwait_init()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dtime.c497 if (!(boot_cpu_has(X86_FEATURE_NONSTOP_TSC))) in xen_tsc_safe_clocksource()
/kernel/linux/linux-5.10/drivers/idle/
H A Dintel_idle.c1483 if (mwait_cstate > 2 && !boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in intel_idle_verify_cstate()

Completed in 27 milliseconds

12