cache_associativity  223 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris-chiptype.c     chip_info.cache_associativity[index-INDEX_L1I_CACHE_ASSOCIATIVITY] = val;
cache_associativity  236 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris-chiptype.c     chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L2D] = val;
cache_associativity  250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris-chiptype.c     chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L2D] = val;
cache_associativity  479 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris-chiptype.c 		  i, chip_info.cache_size[i], chip_info.cache_linesize[i], chip_info.cache_associativity[i]);
cache_associativity  812 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l3->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L3];
cache_associativity  825 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l2i->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L2I];
cache_associativity  835 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l2->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L2D];
cache_associativity  902 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L1D];
cache_associativity  912 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1i->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L1I];
cache_associativity   36 opal/mca/hwloc/hwloc201/hwloc/include/private/solaris-chiptype.h   unsigned cache_associativity[5];