Home
last modified time | relevance | path

Searched defs:map (Results 76 – 100 of 1602) sorted by relevance

12345678910>>...65

/openbmc/linux/drivers/mtd/chips/
H A Dgen_probe.c21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp) in mtd_do_chip_probe()
59 static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chip_probe *cp) in genprobe_ident_chips()
164 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp, in genprobe_new_chip()
198 static inline struct mtd_info *cfi_cmdset_unknown(struct map_info *map, in cfi_cmdset_unknown()
232 static struct mtd_info *check_cmd_set(struct map_info *map, int primary) in check_cmd_set()
H A Dmap_ram.c35 static struct mtd_info *map_ram_probe(struct map_info *map) in map_ram_probe()
90 struct map_info *map = mtd->priv; in mapram_point() local
108 struct map_info *map = mtd->priv; in mapram_read() local
117 struct map_info *map = mtd->priv; in mapram_write() local
128 struct map_info *map = mtd->priv; in mapram_erase() local
/openbmc/u-boot/include/
H A Dregmap.h199 #define regmap_range_set(map, range, type, member, val) \ argument
213 #define regmap_set(map, type, member, val) \ argument
226 #define regmap_range_get(map, range, type, member, valp) \ argument
239 #define regmap_get(map, type, member, valp) \ argument
265 #define regmap_read_poll_timeout_test(map, addr, val, cond, sleep_us, \ argument
288 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1132 struct bpf_map *map; in map_create() local
1350 struct bpf_map *map; in bpf_map_get() local
1366 struct bpf_map *map; in bpf_map_get_with_uref() local
1439 struct bpf_map *map; in map_lookup_elem() local
1514 struct bpf_map *map; in map_update_elem() local
1569 struct bpf_map *map; in map_delete_elem() local
1625 struct bpf_map *map; in map_get_next_key() local
1910 struct bpf_map *map; in map_lookup_and_delete_elem() local
2001 struct bpf_map *map; in map_freeze() local
4120 struct bpf_map *map; in bpf_map_get_curr_or_next() local
[all …]
H A Ddevmap.c75 struct bpf_map map; member
180 static void dev_map_free(struct bpf_map *map) in dev_map_free()
264 static void *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem()
278 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key()
426 static void *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
593 struct bpf_map *map, bool exclude_ingress) in dev_map_enqueue_multi()
709 struct bpf_prog *xdp_prog, struct bpf_map *map, in dev_map_redirect_multi()
784 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem()
809 static long dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem()
826 static long dev_map_hash_delete_elem(struct bpf_map *map, void *key) in dev_map_hash_delete_elem()
[all …]
H A Dringbuf.c79 struct bpf_map map; member
230 static void ringbuf_map_free(struct bpf_map *map) in ringbuf_map_free()
239 static void *ringbuf_map_lookup_elem(struct bpf_map *map, void *key) in ringbuf_map_lookup_elem()
250 static long ringbuf_map_delete_elem(struct bpf_map *map, void *key) in ringbuf_map_delete_elem()
255 static int ringbuf_map_get_next_key(struct bpf_map *map, void *key, in ringbuf_map_get_next_key()
313 static __poll_t ringbuf_map_poll_kern(struct bpf_map *map, struct file *filp, in ringbuf_map_poll_kern()
326 static __poll_t ringbuf_map_poll_user(struct bpf_map *map, struct file *filp, in ringbuf_map_poll_user()
339 static u64 ringbuf_map_mem_usage(const struct bpf_map *map) in ringbuf_map_mem_usage()
470 BPF_CALL_3(bpf_ringbuf_reserve, struct bpf_map *, map, u64, size, u64, flags) in BPF_CALL_3() argument
571 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
[all …]
H A Dstackmap.c27 struct bpf_map map; member
34 static inline bool stack_map_use_build_id(struct bpf_map *map) in stack_map_use_build_id()
39 static inline int stack_map_data_size(struct bpf_map *map) in stack_map_data_size()
213 static long __bpf_get_stackid(struct bpf_map *map, in __bpf_get_stackid()
332 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument
572 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
578 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
601 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key()
637 static long stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
656 static void stack_map_free(struct bpf_map *map) in stack_map_free()
[all …]
H A Dlpm_trie.c33 struct bpf_map map; member
228 static void *trie_lookup_elem(struct bpf_map *map, void *_key) in trie_lookup_elem()
306 static long trie_update_elem(struct bpf_map *map, in trie_update_elem()
439 static long trie_delete_elem(struct bpf_map *map, void *_key) in trie_delete_elem()
581 static void trie_free(struct bpf_map *map) in trie_free()
620 static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) in trie_get_next_key()
718 static int trie_check_btf(const struct bpf_map *map, in trie_check_btf()
728 static u64 trie_mem_usage(const struct bpf_map *map) in trie_mem_usage()
H A Dcpumap.c76 struct bpf_map map; member
368 struct bpf_map *map, int fd) in __cpu_map_load_bpf_program()
389 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc()
513 static long cpu_map_delete_elem(struct bpf_map *map, void *key) in cpu_map_delete_elem()
526 static long cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem()
564 static void cpu_map_free(struct bpf_map *map) in cpu_map_free()
600 static void *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem()
613 static void *cpu_map_lookup_elem(struct bpf_map *map, void *key) in cpu_map_lookup_elem()
621 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in cpu_map_get_next_key()
638 static long cpu_map_redirect(struct bpf_map *map, u64 index, u64 flags) in cpu_map_redirect()
[all …]
/openbmc/linux/drivers/base/regmap/
H A Dregmap-irq.c24 struct regmap *map; member
60 struct regmap *map = data->map; in regmap_irq_can_bulk_read_status() local
82 struct regmap *map = d->map; in regmap_irq_sync_unlock() local
209 struct regmap *map = d->map; in regmap_irq_enable() local
238 struct regmap *map = d->map; in regmap_irq_disable() local
247 struct regmap *map = d->map; in regmap_irq_set_type() local
277 struct regmap *map = d->map; in regmap_irq_set_wake() local
308 struct regmap *map = data->map; in read_sub_irq_data() local
339 struct regmap *map = data->map; in regmap_irq_thread() local
548 struct regmap *map = data->map; in regmap_irq_get_irq_reg_linear() local
[all …]
/openbmc/linux/tools/perf/util/
H A Dmaps.h21 struct map *map; member
26 struct map *map; member
39 #define maps__for_each_entry(maps, map) \ argument
42 #define maps__for_each_entry_safe(maps, map, next) \ argument
76 static inline void __maps__zput(struct maps **map) in __maps__zput()
82 #define maps__zput(map) __maps__zput(&map) argument
/openbmc/linux/drivers/mtd/maps/
H A Dsbc_gxx.c91 static inline void sbc_gxx_page(struct map_info *map, unsigned long ofs) in sbc_gxx_page()
102 static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs) in sbc_gxx_read8()
112 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in sbc_gxx_copy_from()
129 static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr) in sbc_gxx_write8()
137 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in sbc_gxx_copy_to()
H A Dlantiq-flash.c42 struct map_info *map; member
48 ltq_read16(struct map_info *map, unsigned long adr) in ltq_read16()
62 ltq_write16(struct map_info *map, map_word d, unsigned long adr) in ltq_write16()
81 ltq_copy_from(struct map_info *map, void *to, in ltq_copy_from()
95 ltq_copy_to(struct map_info *map, unsigned long to, in ltq_copy_to()
H A Dtsunami_flash.c18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) in tsunami_flash_read8()
25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) in tsunami_flash_write8()
31 struct map_info *map, void *addr, unsigned long offset, ssize_t len) in tsunami_flash_copy_from()
44 struct map_info *map, unsigned long offset, in tsunami_flash_copy_to()
/openbmc/linux/include/linux/
H A Dregmap.h1311 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1318 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1774 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1781 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1788 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits()
1930 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
1942 static inline int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
1948 static inline bool regmap_might_sleep(struct regmap *map) in regmap_might_sleep()
1954 static inline int regcache_sync(struct regmap *map) in regcache_sync()
1984 static inline void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c151 char *map; in mmap_and_merge_range() local
224 char *map; in test_unmerge() local
246 char *map; in test_unmerge_zero_pages() local
310 char *map; in test_unmerge_discarded() local
341 char *map; in test_unmerge_uffd_wp() local
485 char *map; in test_prctl_unmerge() local
507 char *map; in test_prot_none() local
H A Dsoft-dirty.c18 char *map; in test_simple() local
50 char *map, *map2; in test_vma_reuse() local
79 char *map; in test_hugepage() local
132 char *map; in test_mprotect() local
/openbmc/linux/fs/reiserfs/
H A Dobjectid.c17 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map()
27 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map()
53 __le32 *map = objectid_map(s, rs); in reiserfs_get_unused_objectid() local
102 __le32 *map = objectid_map(s, rs); in reiserfs_release_objectid() local
/openbmc/linux/arch/mips/cavium-octeon/
H A Dflash_setup.c31 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read()
42 static void octeon_flash_map_write(struct map_info *map, const map_word datum, in octeon_flash_map_write()
50 static void octeon_flash_map_copy_from(struct map_info *map, void *to, in octeon_flash_map_copy_from()
58 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, in octeon_flash_map_copy_to()
/openbmc/linux/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c120 static inline u_long ow_reg_add(struct map_info *map, u_long offset) in ow_reg_add()
136 static inline void ow_enable(struct map_info *map) in ow_enable()
151 static inline void ow_disable(struct map_info *map) in ow_disable()
163 static int lpddr2_nvm_do_op(struct map_info *map, u_long cmd_code, in lpddr2_nvm_do_op()
236 struct map_info *map = mtd->priv; in lpddr2_nvm_do_block_op() local
263 static int lpddr2_nvm_pfow_present(struct map_info *map) in lpddr2_nvm_pfow_present()
301 struct map_info *map = mtd->priv; in lpddr2_nvm_read() local
319 struct map_info *map = mtd->priv; in lpddr2_nvm_write() local
412 struct map_info *map; in lpddr2_nvm_probe() local
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c28 struct efi_entry_memmap *map; in board_get_usable_ram_top() local
74 struct efi_entry_memmap *map; in dram_init() local
98 struct efi_entry_memmap *map; in dram_init_banksize() local
179 struct efi_entry_memmap *map; in install_e820_map() local
259 struct efi_entry_memmap *map; in setup_efi_info() local
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-cci.c19 int cci_read(struct regmap *map, u32 reg, u64 *val, int *err) in cci_read()
92 int cci_write(struct regmap *map, u32 reg, u64 val, int *err) in cci_write()
154 int cci_update_bits(struct regmap *map, u32 reg, u64 mask, u64 val, int *err) in cci_update_bits()
169 int cci_multi_reg_write(struct regmap *map, const struct cci_reg_sequence *regs, in cci_multi_reg_write()
/openbmc/linux/net/ceph/
H A Dosdmap.c1125 struct ceph_osdmap *map; in ceph_osdmap_alloc() local
1143 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy()
1499 struct ceph_osdmap *map) in decode_new_primary_temp()
1539 struct ceph_osdmap *map) in decode_primary_affinity()
1569 struct ceph_osdmap *map) in decode_new_primary_affinity()
1651 struct ceph_osdmap *map) in decode_new_pg_upmap_items()
1658 struct ceph_osdmap *map) in decode_old_pg_upmap_items()
1667 struct ceph_osdmap *map) in osdmap_decode()
1819 struct ceph_osdmap *map; in ceph_osdmap_decode() local
1844 bool msgr2, struct ceph_osdmap *map) in decode_new_up_state_weight()
[all …]
/openbmc/phosphor-mboxd/
H A Dmboxd_lpc.c37 struct aspeed_lpc_ctrl_mapping map = { in __init_lpc_dev() local
103 struct aspeed_lpc_ctrl_mapping map = { in point_to_flash() local
152 struct aspeed_lpc_ctrl_mapping map = { in point_to_memory() local
/openbmc/hiomapd/
H A Dlpc.c37 struct aspeed_lpc_ctrl_mapping map = { in __lpc_dev_init() local
103 struct aspeed_lpc_ctrl_mapping map = { in lpc_map_flash() local
153 struct aspeed_lpc_ctrl_mapping map = { in lpc_map_memory() local

12345678910>>...65