Searched refs:CPUID_CPU_TOPOLOGY_LEVEL (Results 1 – 1 of 1) sorted by relevance
18 #define CPUID_CPU_TOPOLOGY_LEVEL(res) CPUID_CPU_TOPOLOGY(LEVEL_TYPE, (res).ecx) macro51 if (CPUID_CPU_TOPOLOGY_LEVEL(cpuid_regs) != LEVEL_TYPE_SMT) in get_cpu_package_bits()59 } while (CPUID_CPU_TOPOLOGY_LEVEL(cpuid_regs)); in get_cpu_package_bits()107 if (CPUID_CPU_TOPOLOGY_LEVEL(cpuid_regs) != LEVEL_TYPE_SMT) in get_cpu_core_thread_bits()114 if (CPUID_CPU_TOPOLOGY_LEVEL(cpuid_regs) == LEVEL_TYPE_CORE) { in get_cpu_core_thread_bits()119 } while (CPUID_CPU_TOPOLOGY_LEVEL(cpuid_regs)); in get_cpu_core_thread_bits()