Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h108 #define X86_FEATURE_NONSTOP_TSC_S3 ( 3*32+30) /* TSC doesn't stop in S3 state */ macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dintel.c100 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC_S3); in early_init_intel()
/linux-4.1.27/arch/x86/kernel/
Dtsc.c1144 if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC_S3)) in init_tsc_clocksource()