Home
last modified time | relevance | path

Searched refs:l_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/edac/
H A Digen6_edac.c680 static void decode_addr(u64 addr, u32 hash, u64 s_size, int l_map, in decode_addr() argument
687 *idx = l_map; in decode_addr()
704 int idx, l_map; in igen6_decode() local
715 l_map = imc->ch_l_map; in igen6_decode()
716 decode_addr(addr, hash, s_size, l_map, &idx, &sub_addr); in igen6_decode()
723 l_map = imc->dimm_l_map[idx]; in igen6_decode()
724 decode_addr(res->channel_addr, hash, s_size, l_map, &idx, &sub_addr); in igen6_decode()
/linux-6.15/tools/perf/util/
H A Dsort.c1685 struct map *l_map, *r_map; in sort__dcacheline_cmp() local
1696 l_map = mem_info__daddr(left->mem_info)->ms.map; in sort__dcacheline_cmp()
1700 if (!l_map && !r_map) in sort__dcacheline_cmp()
1703 if (!l_map) return -1; in sort__dcacheline_cmp()
1706 l_dso = map__dso(l_map); in sort__dcacheline_cmp()
1720 (!(map__flags(l_map) & MAP_SHARED)) && !dso__id(l_dso)->maj && !dso__id(l_dso)->min && in sort__dcacheline_cmp()