Searched refs:topoParms (Results 1 – 7 of 7) sorted by relevance
65 x86_topology_parameters_t topoParms; variable150 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 …]
157 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()
228 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()
76 extern x86_topology_parameters_t topoParms;
119 x86_topology_parameters_t *topoParms; member
432 *pidlep = (current_cpu_datap()->lcpu.package->num_idle == topoParms.nLThreadsPerPackage); in ml_get_power_state()
373 if (cpu_data_ptr[cnum]->lcpu.package->num_idle == topoParms.nLThreadsPerPackage) { in interrupt()