Lines Matching defs:map
18 struct map { struct
32 u64 (*map_ip)(const struct map *, u64); argument
34 u64 (*unmap_ip)(const struct map *, u64); argument
43 struct kmap *__map__kmap(struct map *map); argument
54 static inline size_t map__size(const struct map *map) in map__size()
75 #define map__for_each_symbol(map, pos, n) \ argument
85 #define __map__for_each_symbol_by_name(map, sym_name, pos) \ argument
92 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
108 static inline struct map *map__get(struct map *map) in map__get()
117 static inline void __map__zput(struct map **map) in __map__zput()
123 #define map__zput(map) __map__zput(&map) argument
146 static inline bool __map__is_kmodule(const struct map *map) in __map__is_kmodule()