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

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

Completed in 32 milliseconds