associativity     672 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj->attr->cache.associativity = _system_configuration.L2_cache_asc;
associativity     692 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj2->attr->cache.associativity = _system_configuration.dcache_asc;
associativity     708 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	    obj3->attr->cache.associativity = _system_configuration.icache_asc;
associativity      85 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c     obj->attr->cache.associativity = 16;
associativity     111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c       obj->attr->cache.associativity = 8;
associativity     122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c       obj->attr->cache.associativity = 4;
associativity     290 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-darwin.c             l1i->attr->cache.associativity = 0;
associativity     302 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-darwin.c               obj->attr->cache.associativity = cacheways[i-1];
associativity     304 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-darwin.c               obj->attr->cache.associativity = 0;
associativity      31 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.associativity = 2;
associativity      41 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.associativity = 2;
associativity      62 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.associativity = 12;
associativity     100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.associativity = 2;
associativity     110 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.associativity = 2;
associativity     131 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.associativity = 24;
associativity     169 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.associativity = 4;
associativity     179 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.associativity = 4;
associativity     199 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.associativity = 24;
associativity     210 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.associativity = 24;
associativity    2742 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     c->attr->cache.associativity = cache_size / (cache_sets * cache_line_size);
associativity    2744 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     c->attr->cache.associativity = 0;
associativity    3321 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		cache->attr->cache.associativity = knl_hwdata.mcdram_cache_associativity;
associativity    3753 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    cache->attr->cache.associativity = 0; /* unknown */
associativity    3755 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    cache->attr->cache.associativity = 0; /* likely wrong, make it unknown */
associativity    3757 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    cache->attr->cache.associativity = (kB << 10) / linesize / lines_per_tag / sets;
associativity     812 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l3->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L3];
associativity     825 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l2i->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L2I];
associativity     835 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l2->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L2D];
associativity     902 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L1D];
associativity     912 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1i->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L1I];
associativity     850 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	    obj->attr->cache.associativity = procInfo[i].Cache.Associativity == CACHE_FULLY_ASSOCIATIVE ? -1 : procInfo[i].Cache.Associativity ;
associativity    1021 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	    obj->attr->cache.associativity = procInfo->Cache.Associativity == CACHE_FULLY_ASSOCIATIVE ? -1 : procInfo->Cache.Associativity ;
associativity    1011 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  cache->attr->cache.associativity = infos[i].cache[l].ways;
associativity     180 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       obj->attr->cache.associativity = lvalue;
associativity    2034 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     sprintf(tmp, "%d", obj->attr->cache.associativity);
associativity    1278 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     if (!old->attr->cache.associativity)
associativity     528 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (obj->attr->cache.associativity == -1)
associativity     530 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       else if (obj->attr->cache.associativity == 0)
associativity     533 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	snprintf(assoc, sizeof(assoc), "%sways=%d", separator, obj->attr->cache.associativity);
associativity     569 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h     int associativity;			  /**< \brief Ways of associativity,