Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h162 #define X86_FEATURE_CMP_LEGACY ( 6*32+ 1) /* If yes HyperThreading not valid */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h162 #define X86_FEATURE_CMP_LEGACY ( 6*32+ 1) /* If yes HyperThreading not valid */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c893 if (cpu_has(c, X86_FEATURE_CMP_LEGACY)) in detect_ht_early()