Searched refs:SMT_LEVEL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | topology.c | 16 #define SMT_LEVEL 0 macro 39 cpuid_count(leaf, SMT_LEVEL, &eax, &ebx, &ecx, &edx); in check_extended_topology_leaf() 77 cpuid_count(leaf, SMT_LEVEL, &eax, &ebx, &ecx, &edx); in detect_extended_topology_early() 110 cpuid_count(leaf, SMT_LEVEL, &eax, &ebx, &ecx, &edx); in detect_extended_topology()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 246 #define SMT_LEVEL 0 /* Leaf 0xb SMT level */ macro 264 cpuid_count(0xb, SMT_LEVEL, &eax, &ebx, &ecx, &edx); in set_x2apic_bits()
|