Searched refs:CPUID_CPU_TOPOLOGY (Results 1 – 1 of 1) sorted by relevance
13 #define CPUID_CPU_TOPOLOGY(x, val) \ macro18 #define CPUID_CPU_TOPOLOGY_LEVEL(res) CPUID_CPU_TOPOLOGY(LEVEL_TYPE, (res).ecx)22 #define CPUID_CPU_TOPOLOGY_THREAD_BITS(res) CPUID_CPU_TOPOLOGY(LEVEL_BITS, (res).eax)24 ((CPUID_CPU_TOPOLOGY(LEVEL_BITS, (res).eax)) - threadbits)55 *package_bits = (CPUID_CPU_TOPOLOGY(LEVEL_BITS, (cpuid_regs).eax)); in get_cpu_package_bits()