Home
last modified time | relevance | path

Searched refs:X86_FEATURE_CMP_LEGACY (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h156 #define X86_FEATURE_CMP_LEGACY ( 6*32+ 1) /* If yes HyperThreading not valid */ macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c518 if (cpu_has(c, X86_FEATURE_CMP_LEGACY)) in detect_ht()