Lines Matching defs:map
18 struct map { struct
32 u64 (*map_ip)(struct map *, u64); argument
34 u64 (*unmap_ip)(struct map *, u64); argument
43 struct kmap *__map__kmap(struct map *map); argument
47 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip()
52 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip()
62 static inline size_t map__size(const struct map *map) in map__size()
83 #define map__for_each_symbol(map, pos, n) \ argument
93 #define __map__for_each_symbol_by_name(map, sym_name, pos) \ argument
100 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
116 static inline struct map *map__get(struct map *map) in map__get()
125 static inline void __map__zput(struct map **map) in __map__zput()
131 #define map__zput(map) __map__zput(&map) argument
154 static inline bool __map__is_kmodule(const struct map *map) in __map__is_kmodule()