_system_configuration  671 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj->attr->cache.size = _system_configuration.L2_cache_size;
_system_configuration  672 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj->attr->cache.associativity = _system_configuration.L2_cache_asc;
_system_configuration  691 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj2->attr->cache.size = _system_configuration.dcache_size;
_system_configuration  692 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj2->attr->cache.associativity = _system_configuration.dcache_asc;
_system_configuration  693 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj2->attr->cache.linesize = _system_configuration.dcache_line;
_system_configuration  695 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	if (_system_configuration.cache_attrib & (1<<30)) {
_system_configuration  707 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	    obj3->attr->cache.size = _system_configuration.icache_size;
_system_configuration  708 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	    obj3->attr->cache.associativity = _system_configuration.icache_asc;
_system_configuration  709 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	    obj3->attr->cache.linesize = _system_configuration.icache_line;