Searched refs:maps__find (Results 1 – 2 of 2) sorted by relevance
25 struct map *maps__find(struct maps *maps, u64 addr);74 return maps__find(&mg->maps, addr); in map_groups__find()
976 struct map *maps__find(struct maps *maps, u64 ip) in maps__find() function