Searched refs:topoParms (Results 1 – 7 of 7) sorted by relevance
62 x86_topology_parameters_t topoParms; variable147 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 …]
156 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()
226 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()
76 extern x86_topology_parameters_t topoParms;
119 x86_topology_parameters_t *topoParms; member
465 *pidlep = (current_cpu_datap()->lcpu.package->num_idle == topoParms.nLThreadsPerPackage); in ml_get_power_state()
377 if (cpu_data_ptr[cnum]->lcpu.package->num_idle == topoParms.nLThreadsPerPackage) { in interrupt()