Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c65 x86_topology_parameters_t topoParms; variable
150 topoParms.LLCDepth = cache_level - 1; in x86_LLC_info()
156 topoParms.maxSharingLLC = nCPUsSharing; in x86_LLC_info()
158 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count / in x86_LLC_info()
160 topoParms.nLCPUsSharingLLC = nCPUsSharing; in x86_LLC_info()
167 topoParms.nCoresSharingLLC = cpuinfo->core_count; in x86_LLC_info()
170 topoParms.nLCPUsSharingLLC = cpuinfo->thread_count; in x86_LLC_info()
179 topoParms.stable = FALSE; in initTopoParms()
194 topoParms.nLThreadsPerCore = cpuinfo->thread_count / cpuinfo->core_count; in initTopoParms()
196 topoParms.nPThreadsPerCore = cpuinfo->cpuid_logical_per_package / cpuinfo->cpuid_cores_per_package; in initTopoParms()
[all …]
H A Dcpu_topology.c157 TOPO_DBG("cpu_topology_start() LLC is L%d\n", topoParms.LLCDepth + 1); in cpu_topology_sort()
167 topoParms.stable = TRUE; in cpu_topology_sort()
184 LLC_cachep = lcpup->caches[topoParms.LLCDepth]; in cpu_topology_sort()
H A DpmCPU.c228 if ((nwakeups == cwakeups) && (topoParms.nLThreadsPerPackage == my_cpu->lcpu.package->num_idle)) { in machine_idle()
983 callbacks->topoParms = &topoParms; in pmKextRegister()
1032 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.c432 *pidlep = (current_cpu_datap()->lcpu.package->num_idle == topoParms.nLThreadsPerPackage); in ml_get_power_state()
H A Dtrap.c373 if (cpu_data_ptr[cnum]->lcpu.package->num_idle == topoParms.nLThreadsPerPackage) { in interrupt()