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

/xnu-2782.1.97/osfmk/i386/
H A Dcpu_topology.h219 uint32_t nCoresSharingLLC; member in struct:x86_topology_parameters
H A Dcpu_threads.c151 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count /
160 topoParms.nCoresSharingLLC = cpuinfo->core_count;
192 DIVISOR_GUARD(topoParms.nCoresSharingLLC);
193 topoParms.nLDiesPerPackage = cpuinfo->core_count / topoParms.nCoresSharingLLC;
202 topoParms.nLCoresPerDie = topoParms.nCoresSharingLLC;
225 TOPO_DBG("\tCores Sharing LLC: %d\n", topoParms.nCoresSharingLLC);

Completed in 22 milliseconds