Lines Matching defs:map
23 struct map { struct
41 u64 (*map_ip)(struct map *, u64); argument
43 u64 (*unmap_ip)(struct map *, u64); argument
46 struct map_groups *groups; argument
52 struct kmap { argument
86 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip()
91 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip()
101 static inline size_t map__size(const struct map *map) in map__size()
122 #define map__for_each_symbol(map, pos, n) \ argument
132 #define __map__for_each_symbol_by_name(map, sym_name, pos) \ argument
139 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
152 static inline struct map *map__get(struct map *map) in map__get()
161 static inline void __map__zput(struct map **map) in __map__zput()
167 #define map__zput(map) __map__zput(&map) argument
199 static inline void map_groups__insert(struct map_groups *mg, struct map *map) in map_groups__insert()
205 static inline void map_groups__remove(struct map_groups *mg, struct map *map) in map_groups__remove()
217 static inline struct map *map_groups__next(struct map *map) in map_groups__next()
241 static inline bool __map__is_kmodule(const struct map *map) in __map__is_kmodule()