Home
last modified time | relevance | path

Searched refs:X86_FEATURE_TOPOEXT (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dtopology_amd.c79 if (!boot_cpu_has(X86_FEATURE_TOPOEXT)) in parse_8000_001e()
157 if (cpu_has(c, X86_FEATURE_TOPOEXT) || c->x86_vendor != X86_VENDOR_AMD || in topoext_fixup()
166 set_cpu_cap(c, X86_FEATURE_TOPOEXT); in topoext_fixup()
183 if (cpu_feature_enabled(X86_FEATURE_TOPOEXT)) in parse_topology_amd()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h170 #define X86_FEATURE_TOPOEXT ( 6*32+22) /* "topoext" Topology extensions CPUID leafs */ macro
/linux/arch/x86/include/asm/
H A Dcpufeatures.h170 #define X86_FEATURE_TOPOEXT ( 6*32+22) /* "topoext" Topology extensions CPUID leafs */ macro
/linux/arch/x86/kernel/
H A Dsmpboot.c346 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in match_smt()
376 if (cpu_feature_enabled(X86_FEATURE_TOPOEXT) && topology_amd_nodes_per_pkg() > 1) in match_die()
/linux/arch/x86/events/amd/
H A Duncore.c1129 if (!boot_cpu_has(X86_FEATURE_TOPOEXT)) in amd_uncore_init()