cacheid           180 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   unsigned cacheid;
cacheid           633 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cache->cacheid = infos->apicid / cache->nbthreads_sharing;
cacheid           643 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	cache->cacheid = infos->apicid / 8;
cacheid           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 */
cacheid           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 */
cacheid           988 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  unsigned cacheid = infos[i].cache[l].cacheid;
cacheid          1002 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	    if (infos[j].packageid == packageid && infos[j].cache[l2].cacheid == cacheid) {
cacheid          1016 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 				   level, cacheid, cache_cpuset);