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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_threads.c60 x86_topology_parameters_t topoParms; variable
143 topoParms.LLCDepth = cache_level - 1;
149 topoParms.maxSharingLLC = nCPUsSharing;
151 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count /
153 topoParms.nLCPUsSharingLLC = nCPUsSharing;
160 topoParms.nCoresSharingLLC = cpuinfo->core_count;
162 topoParms.nLCPUsSharingLLC = cpuinfo->thread_count;
170 topoParms.stable = FALSE;
185 topoParms.nLThreadsPerCore = cpuinfo->thread_count / cpuinfo->core_count;
187 topoParms
[all...]
H A Dcpu_threads.h76 extern x86_topology_parameters_t topoParms;
H A Dcpu_topology.c140 TOPO_DBG("cpu_topology_start() LLC is L%d\n", topoParms.LLCDepth + 1);
145 topoParms.stable = TRUE;
160 LLC_cachep = lcpup->caches[topoParms.LLCDepth];
H A DpmCPU.h118 x86_topology_parameters_t *topoParms; member in struct:__anon978
H A DpmCPU.c852 callbacks->topoParms = &topoParms;
940 if (nidle == topoParms.nLThreadsPerPackage) {
H A Dmachine_routines.c257 *pidlep = (current_cpu_datap()->lcpu.package->num_idle == topoParms.nLThreadsPerPackage);
H A Dtrap.c376 if (cpu_data_ptr[cnum]->lcpu.package->num_idle == topoParms.nLThreadsPerPackage)

Completed in 38 milliseconds