Home
last modified time | relevance | path

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

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