nbthreads_sharing 179 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned nbthreads_sharing; nbthreads_sharing 216 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c static void fill_amd_cache(struct procinfo *infos, unsigned level, hwloc_obj_cache_type_t type, unsigned nbthreads_sharing, unsigned cpuid) nbthreads_sharing 242 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->nbthreads_sharing = nbthreads_sharing; nbthreads_sharing 260 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_debug("cache L%u t%u linesize %u ways %d size %luKB\n", cache->level, cache->nbthreads_sharing, cache->linesize, cache->ways, cache->size >> 10); nbthreads_sharing 442 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->nbthreads_sharing = ((eax >> 14) & 0xfff) + 1; nbthreads_sharing 460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->nbthreads_sharing, linesize, linepart, ways, sets, cache->size >> 10); nbthreads_sharing 551 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->nbthreads_sharing = ((eax >> 14) & 0xfff) + 1; nbthreads_sharing 568 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->nbthreads_sharing, linesize, linepart, ways, sets, cache->size >> 10); nbthreads_sharing 633 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->cacheid = infos->apicid / cache->nbthreads_sharing; nbthreads_sharing 638 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c && cache->level == 3 && cache->nbthreads_sharing == 6) { nbthreads_sharing 647 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c && (cache->ways == -1 || (cache->ways % 2 == 0)) && cache->nbthreads_sharing >= 8) { nbthreads_sharing 651 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (cache->nbthreads_sharing == 16) nbthreads_sharing 652 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->nbthreads_sharing = 12; /* nbthreads_sharing is a power of 2 but the processor actually has 8 or 12 cores */ nbthreads_sharing 653 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->nbthreads_sharing /= 2; nbthreads_sharing 663 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->cacheid = (infos->apicid % legacy_max_log_proc) / cache->nbthreads_sharing /* cacheid within the package */ nbthreads_sharing 668 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c && cache->level == 3 && cache->nbthreads_sharing == 6) { nbthreads_sharing 672 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->cacheid = (infos->apicid % legacy_max_log_proc) / cache->nbthreads_sharing /* cacheid within the package */