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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_threads.c187 topoParms.nPThreadsPerCore = cpuinfo->cpuid_logical_per_package / cpuinfo->cpuid_cores_per_package;
194 DIVISOR_GUARD(topoParms.nPThreadsPerCore);
195 DIVISOR_GUARD(topoParms.maxSharingLLC / topoParms.nPThreadsPerCore);
196 topoParms.nPDiesPerPackage = cpuinfo->cpuid_cores_per_package / (topoParms.maxSharingLLC / topoParms.nPThreadsPerCore);
203 topoParms.nPCoresPerDie = (topoParms.maxSharingLLC / topoParms.nPThreadsPerCore);
209 topoParms.nPThreadsPerDie = topoParms.nPThreadsPerCore * topoParms.nPCoresPerDie;
221 topoParms.nPThreadsPerPackage = topoParms.nPThreadsPerCore * topoParms.nPCoresPerPackage;
238 TOPO_DBG("\tThreads per Core: %d\n", topoParms.nPThreadsPerCore);
379 core->pcore_num = cpup->cpu_phys_number / topoParms.nPThreadsPerCore;
454 core_num = cpup->cpu_phys_number / topoParms.nPThreadsPerCore;
[all...]
H A Dcpu_topology.h223 uint32_t nPThreadsPerCore; member in struct:x86_topology_parameters

Completed in 21 milliseconds