l2 172 opal/mca/hwloc/base/hwloc_base_dt.c int l1, l2; l2 198 opal/mca/hwloc/base/hwloc_base_dt.c if (0 != opal_hwloc_base_topology_export_xmlbuffer(t2, &x2, &l2)) { l2 830 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_obj_t l2 = hwloc_alloc_setup_object(topology, HWLOC_OBJ_L2CACHE, HWLOC_UNKNOWN_INDEX); l2 831 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c l2->cpuset = cpuset; l2 832 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c l2->attr->cache.depth = 2; l2 833 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c l2->attr->cache.size = chip_info.cache_size[HWLOC_SOLARIS_CHIP_INFO_L2D]; l2 834 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c l2->attr->cache.linesize = chip_info.cache_linesize[HWLOC_SOLARIS_CHIP_INFO_L2D]; l2 835 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c l2->attr->cache.associativity = chip_info.cache_associativity[HWLOC_SOLARIS_CHIP_INFO_L2D]; l2 836 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c l2->attr->cache.type = chip_info.l2_unified ? HWLOC_OBJ_CACHE_UNIFIED : HWLOC_OBJ_CACHE_DATA; l2 837 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_insert_object_by_cpuset(topology, l2); l2 992 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned l2; l2 993 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c for (l2 = 0; l2 < infos[j].numcaches; l2++) { l2 994 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (infos[j].cache[l2].level == level && infos[j].cache[l2].type == type) l2 997 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (l2 == infos[j].numcaches) { l2 1002 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (infos[j].packageid == packageid && infos[j].cache[l2].cacheid == cacheid) {