Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dcpu_threads.c62 x86_topology_parameters_t topoParms; variable
147 topoParms.LLCDepth = cache_level - 1; in x86_LLC_info()
153 topoParms.maxSharingLLC = nCPUsSharing; in x86_LLC_info()
155 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count / in x86_LLC_info()
157 topoParms.nLCPUsSharingLLC = nCPUsSharing; in x86_LLC_info()
164 topoParms.nCoresSharingLLC = cpuinfo->core_count; in x86_LLC_info()
167 topoParms.nLCPUsSharingLLC = cpuinfo->thread_count; in x86_LLC_info()
176 topoParms.stable = FALSE; in initTopoParms()
191 topoParms.nLThreadsPerCore = cpuinfo->thread_count / cpuinfo->core_count; in initTopoParms()
193 topoParms.nPThreadsPerCore = cpuinfo->cpuid_logical_per_package / cpuinfo->cpuid_cores_per_package; in initTopoParms()
[all …]
H A Dcpu_topology.c156 TOPO_DBG("cpu_topology_start() LLC is L%d\n", topoParms.LLCDepth + 1); in cpu_topology_sort()
165 topoParms.stable = TRUE; in cpu_topology_sort()
182 LLC_cachep = lcpup->caches[topoParms.LLCDepth]; in cpu_topology_sort()
H A DpmCPU.c226 if ((nwakeups == cwakeups) && (topoParms.nLThreadsPerPackage == my_cpu->lcpu.package->num_idle)) { in machine_idle()
981 callbacks->topoParms = &topoParms; in pmKextRegister()
1030 if (nidle == topoParms.nLThreadsPerPackage) { in machine_track_platform_idle()
H A Dcpu_threads.h76 extern x86_topology_parameters_t topoParms;
H A DpmCPU.h119 x86_topology_parameters_t *topoParms; member
H A Dmachine_routines.c465 *pidlep = (current_cpu_datap()->lcpu.package->num_idle == topoParms.nLThreadsPerPackage); in ml_get_power_state()
H A Dtrap.c377 if (cpu_data_ptr[cnum]->lcpu.package->num_idle == topoParms.nLThreadsPerPackage) { in interrupt()