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

/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp653 compute_cpu_hierarchy_masks(int maxLogicalID, int maxCoreID) argument
655 ASSERT(maxLogicalID >= maxCoreID);
656 const int kMaxSMTID = maxLogicalID / maxCoreID;
688 int maxLogicalID = next_power_of_2((cpuid.regs.ebx >> 16) & 0xff); local
704 maxCoreID = maxLogicalID;
707 compute_cpu_hierarchy_masks(maxLogicalID, maxCoreID);
834 int maxLogicalID = next_power_of_2((cpuid.regs.ebx >> 16) & 0xff); local
842 compute_cpu_hierarchy_masks(maxLogicalID, maxCoreID);

Completed in 41 milliseconds