Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c54 if (cpu_has(c, X86_FEATURE_TOPOEXT)) in hygon_get_topology_early()
69 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in hygon_get_topology()
219 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in bsp_init_hygon()
H A Damd.c397 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in amd_get_topology()
574 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in bsp_init_amd()
789 !cpu_has(c, X86_FEATURE_TOPOEXT)) { in early_init_amd()
794 set_cpu_cap(c, X86_FEATURE_TOPOEXT); in early_init_amd()
800 if (cpu_has(c, X86_FEATURE_TOPOEXT)) in early_init_amd()
H A Dcacheinfo.c616 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) in cpuid4_cache_lookup_regs()
721 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in init_amd_cacheinfo()
914 } else if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in __cache_amd_cpumap_setup()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h180 #define X86_FEATURE_TOPOEXT ( 6*32+22) /* Topology extensions CPUID leafs */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h180 #define X86_FEATURE_TOPOEXT ( 6*32+22) /* Topology extensions CPUID leafs */ macro
/openbmc/linux/arch/x86/events/amd/
H A Duncore.c657 if (!boot_cpu_has(X86_FEATURE_TOPOEXT)) in amd_uncore_init()
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c473 if (boot_cpu_has(X86_FEATURE_TOPOEXT)) { in match_smt()