Searched refs:coresCount (Results 1 – 1 of 1) sorted by relevance
776 int coresCount = next_power_of_2(((cpuid.regs.eax >> 14) & 0x3f) + 1); in detect_amd_cache_topology() local778 = coresCount * (sHierarchyMask[CPU_TOPOLOGY_SMT] + 1); in detect_amd_cache_topology()