l1                172 opal/mca/hwloc/base/hwloc_base_dt.c     int l1, l2;
l1                195 opal/mca/hwloc/base/hwloc_base_dt.c     if (0 != opal_hwloc_base_topology_export_xmlbuffer(t1, &x1, &l1)) {
l1                896 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	struct hwloc_obj *l1 = hwloc_alloc_setup_object(topology, HWLOC_OBJ_L1CACHE, HWLOC_UNKNOWN_INDEX);
l1                897 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->cpuset = hwloc_bitmap_dup(cpuset);
l1                898 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.depth = 1;
l1                899 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.type = HWLOC_OBJ_CACHE_DATA;
l1                900 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.size = chip_info.cache_size[HWLOC_SOLARIS_CHIP_INFO_L1D];
l1                901 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.linesize = chip_info.cache_linesize[HWLOC_SOLARIS_CHIP_INFO_L1D];
l1                902 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L1D];
l1                903 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	hwloc_insert_object_by_cpuset(topology, l1);