Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dtopology.c75 set_cpu_cap(c, X86_FEATURE_XTOPOLOGY); in detect_extended_topology_early()
Dintel.c675 if (!cpu_has(c, X86_FEATURE_XTOPOLOGY)) { in init_intel()
Dcommon.c740 if (cpu_has(c, X86_FEATURE_XTOPOLOGY)) in detect_ht_early()
/arch/x86/include/asm/
Dcpufeatures.h104 #define X86_FEATURE_XTOPOLOGY ( 3*32+22) /* CPU topology enum extensions */ macro