Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology_ext.c129 set_cpu_cap(tscan->c, X86_FEATURE_XTOPOLOGY); in parse_topology_leaf()
H A Dtopology_amd.c88 if (!cpu_feature_enabled(X86_FEATURE_XTOPOLOGY)) { in parse_8000_001e()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h94 #define X86_FEATURE_XTOPOLOGY ( 3*32+22) /* "xtopology" CPU topology enum extensions */ macro