Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp776 int coresCount = next_power_of_2(((cpuid.regs.eax >> 14) & 0x3f) + 1); in detect_amd_cache_topology() local
778 = coresCount * (sHierarchyMask[CPU_TOPOLOGY_SMT] + 1); in detect_amd_cache_topology()