Searched defs:maps (Results 51 - 75 of 77) sorted by relevance

1234

/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h83 u32 maps; member in struct:mt76_connac_reg_map
/linux-master/tools/perf/util/
H A Dmaps.c116 maps__maps_by_address(const struct maps *maps) argument
121 maps__set_maps_by_address(struct maps *maps, struct map **new) argument
127 maps__maps_by_name_addr(struct maps *maps) argument
132 maps__set_nr_maps_allocated(struct maps *maps, unsigned int nr_maps_allocated) argument
137 maps__set_nr_maps(struct maps *maps, unsigned int nr_maps) argument
143 maps__maps_by_name(const struct maps *maps) argument
149 maps__set_maps_by_name(struct maps *maps, struct map **new) argument
155 maps__maps_by_address_sorted(const struct maps *maps) argument
160 maps__set_maps_by_address_sorted(struct maps *maps, bool value) argument
165 maps__maps_by_name_sorted(const struct maps *maps) argument
170 maps__set_maps_by_name_sorted(struct maps *maps, bool value) argument
175 maps__machine(const struct maps *maps) argument
180 maps__nr_maps(const struct maps *maps) argument
185 maps__refcnt(struct maps *maps) argument
191 maps__addr_space(const struct maps *maps) argument
196 maps__set_addr_space(struct maps *maps, void *addr_space) argument
201 maps__unwind_libunwind_ops(const struct maps *maps) argument
206 maps__set_unwind_libunwind_ops(struct maps *maps, const struct unwind_libunwind_ops *ops) argument
212 maps__lock(struct maps *maps) argument
222 maps__init(struct maps *maps, struct machine *machine) argument
240 maps__exit(struct maps *maps) argument
266 maps__delete(struct maps *maps) argument
272 maps__get(struct maps *maps) argument
282 maps__put(struct maps *maps) argument
290 __maps__free_maps_by_name(struct maps *maps) argument
324 __maps__sort_by_address(struct maps *maps) argument
336 maps__sort_by_address(struct maps *maps) argument
358 maps__sort_by_name(struct maps *maps) argument
391 maps__by_address_index(const struct maps *maps, const struct map *map) argument
412 maps__by_name_index(const struct maps *maps, const struct map *map) argument
433 __maps__insert(struct maps *maps, struct map *new) argument
499 maps__insert(struct maps *maps, struct map *map) argument
509 __maps__remove(struct maps *maps, struct map *map) argument
535 maps__remove(struct maps *maps, struct map *map) argument
542 maps__empty(struct maps *maps) argument
558 maps__for_each_map(struct maps *maps, int (*cb)(struct map *map, void *data), void *data) argument
592 maps__remove_maps(struct maps *maps, bool (*cb)(struct map *map, void *data), void *data) argument
608 maps__find_symbol(struct maps *maps, u64 addr, struct map **mapp) argument
649 maps__find_symbol_by_name(struct maps *maps, const char *name, struct map **mapp) argument
661 maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) argument
695 maps__fprintf(struct maps *maps, FILE *fp) argument
711 first_ending_after(struct maps *maps, const struct map *map) argument
741 __maps__fixup_overlap_and_insert(struct maps *maps, struct map *new) argument
858 maps__fixup_overlap_and_insert(struct maps *maps, struct map *new) argument
962 maps__find(struct maps *maps, u64 ip) argument
993 maps__find_by_name(struct maps *maps, const char *name) argument
1059 maps__find_next_entry(struct maps *maps, struct map *map) argument
1073 maps__fixup_end(struct maps *maps) argument
1191 maps__load_first(struct maps *maps) argument
[all...]
H A Dunwind-libunwind-local.c705 static int _unwind__prepare_access(struct maps *maps) argument
719 static void _unwind__flush_access(struct maps *maps) argument
724 static void _unwind__finish_access(struct maps *maps) argument
[all...]
H A Dsynthetic-events.c724 struct maps *maps = machine__kernel_maps(machine); local
H A Devlist.c847 struct mmap *maps; local
H A Dmachine.c1374 maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m) argument
1405 maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth) argument
3241 struct maps *maps = machine__kernel_maps(machine); local
[all...]
H A Dsymbol.c1249 struct list_head maps; member in struct:kcore_mapfn_data
[all...]
/linux-master/kernel/power/
H A Dswap.c97 struct swap_map_page_list *maps; member in struct:swap_map_handle
[all...]
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra-xusb.c153 tegra_xusb_padctl_parse_subnode(struct tegra_xusb_padctl *padctl, struct device_node *np, struct pinctrl_map **maps, unsigned int *reserved_maps, unsigned int *num_maps) argument
234 tegra_xusb_padctl_dt_node_to_map(struct pinctrl_dev *pinctrl, struct device_node *parent, struct pinctrl_map **maps, unsigned int *num_maps) argument
/linux-master/drivers/pinctrl/
H A Dcore.c1433 int pinctrl_register_mappings(const struct pinctrl_map *maps, argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h164 } maps; member in struct:nfp_app_bpf
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1195 int sample_setup_maps(struct bpf_map **maps) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c65 struct bpf_map *maps[9]; variable in typeref:struct:bpf_map
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c755 bcm2835_pctl_dt_free_map(struct pinctrl_dev *pctldev, struct pinctrl_map *maps, unsigned num_maps) argument
767 bcm2835_pctl_dt_node_to_map_func(struct bcm2835_pinctrl *pc, struct device_node *np, u32 pin, u32 fnum, struct pinctrl_map **maps) argument
786 bcm2835_pctl_dt_node_to_map_pull(struct bcm2835_pinctrl *pc, struct device_node *np, u32 pin, u32 pull, struct pinctrl_map **maps) argument
819 struct pinctrl_map *maps, *cur_map; local
[all...]
/linux-master/arch/arm/mach-at91/
H A Dpm.c1220 static void __init at91_pm_modes_init(const u32 *maps, int len) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1664 struct bpf_map_skeleton *maps; member in struct:bpf_object_skeleton
1692 struct bpf_map_skeleton *maps; member in struct:bpf_object_subskeleton
[all...]
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.c236 const struct pmc_bit_map **maps = pmc->map->slps0_dbg_maps; local
260 static int pmc_core_lpm_get_arr_size(const struct pmc_bit_map **maps) argument
270 pmc_core_lpm_display(struct pmc *pmc, struct device *dev, struct seq_file *s, u32 offset, int pmc_index, const char *str, const struct pmc_bit_map **maps) argument
333 const struct pmc_bit_map **maps; local
715 const struct pmc_bit_map **maps; local
736 const struct pmc_bit_map **maps; local
771 const struct pmc_bit_map **maps; local
1499 const struct pmc_bit_map **maps = pmc->map->lpm_sts; local
[all...]
/linux-master/lib/
H A Ddynamic_debug.c48 struct list_head link, maps; member in struct:ddebug_table
/linux-master/tools/perf/
H A Dbuiltin-report.c862 static size_t maps__fprintf_task(struct maps *maps, int indent, FILE *fp) argument
H A Dbuiltin-record.c97 struct mmap_cpu_mask maps; member in struct:thread_mask
111 struct mmap **maps; member in struct:record_thread
489 struct mmap *maps = evlist->mmap; local
1573 struct mmap **maps; local
[all...]
/linux-master/drivers/misc/
H A Dfastrpc.c248 struct fastrpc_map **maps; member in struct:fastrpc_invoke_ctx
293 struct list_head maps; member in struct:fastrpc_user
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c564 struct pinctrl_map *maps = *map; local
[all...]
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c245 struct artpec6_crypto_dma_map maps[PDMA_DESCR_COUNT * 2 + 2]; member in struct:artpec6_crypto_dma_descriptors
/linux-master/drivers/md/
H A Ddm-thin.c1227 struct list_head maps; local
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c1857 struct its_vlpi_map *maps; local

Completed in 439 milliseconds

1234