Home
last modified time | relevance | path

Searched refs:X86_FEATURE_NONSTOP_TSC_S3 (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/arch/x86/include/asm/
Dcpufeatures.h112 #define X86_FEATURE_NONSTOP_TSC_S3 ( 3*32+30) /* TSC doesn't stop in S3 state */ macro
/linux-5.19.10/arch/x86/include/asm/
Dcpufeatures.h112 #define X86_FEATURE_NONSTOP_TSC_S3 ( 3*32+30) /* TSC doesn't stop in S3 state */ macro
/linux-5.19.10/arch/x86/kernel/
Dtsc.c1413 if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC_S3)) in init_tsc_clocksource()
/linux-5.19.10/arch/x86/kernel/cpu/
Dintel.c301 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC_S3); in early_init_intel()