Home
last modified time | relevance | path

Searched defs:maps (Results 1 – 25 of 75) sorted by relevance

123

/linux-6.3-rc2/tools/perf/util/
A Dmaps.h22 #define maps__for_each_entry(maps, map) \ argument
25 #define maps__for_each_entry_safe(maps, map, next) \ argument
28 struct maps { struct
33 struct map **maps_by_name; argument
35 unsigned int nr_maps; argument
36 unsigned int nr_maps_allocated; argument
47 struct maps *kmaps; argument
55 static inline struct maps *maps__get(struct maps *maps) in maps__get()
A Dmaps.c35 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
94 static void __maps__purge(struct maps *maps) in __maps__purge()
104 static void maps__exit(struct maps *maps) in maps__exit()
111 bool maps__empty(struct maps *maps) in maps__empty()
118 struct maps *maps = zalloc(sizeof(*maps)); in maps__new() local
126 void maps__delete(struct maps *maps) in maps__delete()
133 void maps__put(struct maps *maps) in maps__put()
196 size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()
323 struct maps *maps = thread->maps; in maps__clone() local
372 struct map *maps__find(struct maps *maps, u64 ip) in maps__find()
[all …]
A Dunwind-libunwind.c15 static void unwind__register_ops(struct maps *maps, struct unwind_libunwind_ops *ops) in unwind__register_ops()
20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access()
69 void unwind__flush_access(struct maps *maps) in unwind__flush_access()
75 void unwind__finish_access(struct maps *maps) in unwind__finish_access()
A Dfind-map.c4 FILE *maps; in find_map() local
A Dmap_symbol.h12 struct maps *maps; member
A Dunwind-libunwind-local.c666 static int _unwind__prepare_access(struct maps *maps) in _unwind__prepare_access()
678 static void _unwind__flush_access(struct maps *maps) in _unwind__flush_access()
683 static void _unwind__finish_access(struct maps *maps) in _unwind__finish_access()
A Dsymbol.c264 void maps__fixup_end(struct maps *maps) in maps__fixup_end()
1216 struct list_head maps; member
2007 void __maps__sort_by_name(struct maps *maps) in __maps__sort_by_name()
2012 static int map__groups__sort_by_name_from_rbtree(struct maps *maps) in map__groups__sort_by_name_from_rbtree()
2031 static struct map *__maps__find_by_name(struct maps *maps, const char *name) in __maps__find_by_name()
2045 struct map *maps__find_by_name(struct maps *maps, const char *name) in maps__find_by_name()
/linux-6.3-rc2/tools/perf/tests/
A Dmaps.c16 static int check_maps(struct map_def *merged, unsigned int size, struct maps *maps) in check_maps()
65 struct maps *maps = maps__new(NULL); in test__maps__merge_in() local
A Dthread-maps-share.c15 struct maps *maps; in test__thread_maps_share() local
A Dvmlinux-kallsyms.c123 struct maps *maps; in test__vmlinux_matches_kallsyms() local
/linux-6.3-rc2/drivers/platform/x86/intel/pmc/
A Dcore.c206 const struct pmc_bit_map **maps = pmcdev->map->slps0_dbg_maps; in pmc_core_slps0_display() local
230 static int pmc_core_lpm_get_arr_size(const struct pmc_bit_map **maps) in pmc_core_lpm_get_arr_size()
243 const struct pmc_bit_map **maps) in pmc_core_lpm_display()
299 const struct pmc_bit_map **maps = pmcdev->map->pfear_sts; in pmc_core_ppfear_show() local
634 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_sts_regs_show() local
646 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_l_sts_regs_show() local
670 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_req_regs_show() local
1222 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_resume() local
/linux-6.3-rc2/drivers/pinctrl/vt8500/
A Dpinctrl-wmt.c210 struct pinctrl_map **maps) in wmt_pctl_dt_node_to_map_func()
237 struct pinctrl_map **maps) in wmt_pctl_dt_node_to_map_pull()
283 struct pinctrl_map *maps, in wmt_pctl_dt_free_map()
300 struct pinctrl_map *maps, *cur_map; in wmt_pctl_dt_node_to_map() local
/linux-6.3-rc2/drivers/irqchip/
A Dirq-qcom-mpm.c82 struct mpm_gic_map *maps; member
203 struct mpm_gic_map *maps = priv->maps; in get_mpm_gic_map() local
308 static bool gic_hwirq_is_mapped(struct mpm_gic_map *maps, int cnt, u32 hwirq) in gic_hwirq_is_mapped()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dhvtramp.h20 struct hvtramp_mapping maps[1]; member
/linux-6.3-rc2/tools/perf/arch/x86/util/
A Dmachine.c20 struct extra_kernel_map *maps; member
/linux-6.3-rc2/drivers/pinctrl/bcm/
A Dpinctrl-bcm2835.c748 struct pinctrl_map *maps, unsigned num_maps) in bcm2835_pctl_dt_free_map()
761 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_func()
780 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_pull()
811 struct pinctrl_map *maps, *cur_map; in bcm2835_pctl_dt_node_to_map() local
/linux-6.3-rc2/drivers/hid/bpf/entrypoints/
A Dentrypoints.lskel.h12 } maps; member
/linux-6.3-rc2/kernel/bpf/preload/iterators/
A Diterators.lskel-big-endian.h12 } maps; member
A Diterators.lskel-little-endian.h12 } maps; member
/linux-6.3-rc2/fs/xfs/
A Dxfs_pnfs.c261 struct iomap *maps, in xfs_fs_commit_blocks()
/linux-6.3-rc2/drivers/mtd/maps/
A Damd76xrom.c35 struct list_head maps; member
A Dck804xrom.c39 struct list_head maps; member
/linux-6.3-rc2/tools/testing/selftests/arm64/mte/
A Dcheck_user_mem.c199 int maps[] = {MAP_SHARED, MAP_PRIVATE}; in main() local
/linux-6.3-rc2/drivers/iommu/
A Dof_iommu.c217 const __be32 *maps, *end; in of_iommu_get_resv_regions() local
/linux-6.3-rc2/drivers/xen/
A Dgntdev-common.h25 struct list_head maps; member

Completed in 49 milliseconds

123