Home
last modified time | relevance | path

Searched defs:map (Results 51 – 75 of 1284) sorted by relevance

12345678910>>...52

/linux/drivers/mtd/maps/
H A Dpcmciamtd.c83 static void __iomem *remap_window(struct map_info *map, unsigned long to) in remap_window()
108 static map_word pcmcia_read8_remap(struct map_info *map, unsigned long ofs) in pcmcia_read8_remap()
123 static map_word pcmcia_read16_remap(struct map_info *map, unsigned long ofs) in pcmcia_read16_remap()
138 static void pcmcia_copy_from_remap(struct map_info *map, void *to, unsigned long from, ssize_t len) in pcmcia_copy_from_remap()
164 static void pcmcia_write8_remap(struct map_info *map, map_word d, unsigned long adr) in pcmcia_write8_remap()
176 static void pcmcia_write16_remap(struct map_info *map, map_word d, unsigned long adr) in pcmcia_write16_remap()
187 static void pcmcia_copy_to_remap(struct map_info *map, unsigned long to, const void *from, ssize_t … in pcmcia_copy_to_remap()
217 static map_word pcmcia_read8(struct map_info *map, unsigned long ofs) in pcmcia_read8()
232 static map_word pcmcia_read16(struct map_info *map, unsigned long ofs) in pcmcia_read16()
247 static void pcmcia_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in pcmcia_copy_from()
[all …]
/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c35 struct mtd_info *lpddr_cmdset(struct map_info *map) in lpddr_cmdset()
125 static int wait_for_ready(struct map_info *map, struct flchip *chip, in wait_for_ready()
198 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip()
294 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready()
348 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip()
403 static int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
483 struct map_info *map = mtd->priv; in do_erase_oneblock() local
511 struct map_info *map = mtd->priv; in lpddr_read() local
535 struct map_info *map = mtd->priv; in lpddr_point() local
587 struct map_info *map = mtd->priv; in lpddr_unpoint() local
[all …]
H A Dqinfo_probe.c44 static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str) in lpddr_get_qinforec_pos()
63 static uint16_t lpddr_info_query(struct map_info *map, char *id_str) in lpddr_info_query()
91 static int lpddr_pfow_present(struct map_info *map, struct lpddr_private *lpddr) in lpddr_pfow_present()
120 static int lpddr_chip_setup(struct map_info *map, struct lpddr_private *lpddr) in lpddr_chip_setup()
145 static struct lpddr_private *lpddr_probe_chip(struct map_info *map) in lpddr_probe_chip()
184 struct mtd_info *lpddr_probe(struct map_info *map) in lpddr_probe()
/linux/net/netfilter/ipset/
H A Dip_set_bitmap_port.c59 const struct bitmap_port *map, size_t dsize) in bitmap_port_do_test()
65 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test()
72 struct bitmap_port *map, u32 flags, size_t dsize) in bitmap_port_do_add()
79 struct bitmap_port *map) in bitmap_port_do_del()
85 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, in bitmap_port_do_list()
93 bitmap_port_do_head(struct sk_buff *skb, const struct bitmap_port *map) in bitmap_port_do_head()
131 struct bitmap_port *map = set->data; in bitmap_port_kadt() local
156 struct bitmap_port *map = set->data; in bitmap_port_uadt() local
231 init_map_port(struct ip_set *set, struct bitmap_port *map, in init_map_port()
252 struct bitmap_port *map; in bitmap_port_create() local
H A Dip_set_bitmap_ipmac.c84 const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_do_test()
98 bitmap_ipmac_gc_test(u16 id, const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_gc_test()
119 struct bitmap_ipmac *map, int mode) in bitmap_ipmac_add_timeout()
144 struct bitmap_ipmac *map, u32 flags, size_t dsize) in bitmap_ipmac_do_add()
182 struct bitmap_ipmac *map) in bitmap_ipmac_do_del()
188 bitmap_ipmac_do_list(struct sk_buff *skb, const struct bitmap_ipmac *map, in bitmap_ipmac_do_list()
201 bitmap_ipmac_do_head(struct sk_buff *skb, const struct bitmap_ipmac *map) in bitmap_ipmac_do_head()
212 struct bitmap_ipmac *map = set->data; in bitmap_ipmac_kadt() local
244 const struct bitmap_ipmac *map = set->data; in bitmap_ipmac_uadt() local
299 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, in init_map_ipmac()
[all …]
H A Dip_set_bitmap_ip.c68 struct bitmap_ip *map, size_t dsize) in bitmap_ip_do_test()
74 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test()
80 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, in bitmap_ip_do_add()
87 bitmap_ip_do_del(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map) in bitmap_ip_do_del()
93 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, in bitmap_ip_do_list()
101 bitmap_ip_do_head(struct sk_buff *skb, const struct bitmap_ip *map) in bitmap_ip_do_head()
114 struct bitmap_ip *map = set->data; in bitmap_ip_kadt() local
133 struct bitmap_ip *map = set->data; in bitmap_ip_uadt() local
219 init_map_ip(struct ip_set *set, struct bitmap_ip *map, in init_map_ip()
256 struct bitmap_ip *map; in bitmap_ip_create() local
/linux/drivers/mtd/hyperbus/
H A Dhyperbus-core.c15 static struct hyperbus_device *map_to_hbdev(struct map_info *map) in map_to_hbdev()
20 static map_word hyperbus_read16(struct map_info *map, unsigned long addr) in hyperbus_read16()
31 static void hyperbus_write16(struct map_info *map, map_word d, in hyperbus_write16()
40 static void hyperbus_copy_from(struct map_info *map, void *to, in hyperbus_copy_from()
49 static void hyperbus_copy_to(struct map_info *map, unsigned long to, in hyperbus_copy_to()
63 struct map_info *map; in hyperbus_register_device() local
/linux/tools/testing/selftests/ring-buffer/
H A Dmap_test.c83 void *map; in tracefs_cpu_map() local
173 FIXTURE_TEARDOWN(map) in TEST_F() argument
110 FIXTURE(map) FIXTURE() argument
115 FIXTURE_VARIANT(map) FIXTURE_VARIANT() argument
119 FIXTURE_VARIANT_ADD(map,subbuf_size_4k) FIXTURE_VARIANT_ADD() argument
123 FIXTURE_VARIANT_ADD(map,subbuf_size_8k) FIXTURE_VARIANT_ADD() argument
127 FIXTURE_SETUP(map) FIXTURE_SETUP() argument
163 FIXTURE_TEARDOWN(map) FIXTURE_TEARDOWN() argument
204 TEST_F(map,data_mmap) TEST_F() argument
[all...]
/linux/kernel/bpf/
H A Dsyscall.c43 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \ argument
46 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY) argument
47 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS) argument
48 #define IS_FD_MAP(map) (IS_FD_ARRAY(map) || IS_FD_PROG_ARRA argument
115 bpf_map_write_active_inc(struct bpf_map * map) bpf_map_write_active_inc() argument
120 bpf_map_write_active_dec(struct bpf_map * map) bpf_map_write_active_dec() argument
125 bpf_map_write_active(const struct bpf_map * map) bpf_map_write_active() argument
130 bpf_map_value_size(const struct bpf_map * map) bpf_map_value_size() argument
143 maybe_wait_bpf_programs(struct bpf_map * map) maybe_wait_bpf_programs() argument
158 bpf_map_update_value(struct bpf_map * map,struct file * map_file,void * key,void * value,__u64 flags) bpf_map_update_value() argument
211 bpf_map_copy_value(struct bpf_map * map,void * key,void * value,__u64 flags) bpf_map_copy_value() argument
339 bpf_map_init_from_attr(struct bpf_map * map,union bpf_attr * attr) bpf_map_init_from_attr() argument
350 bpf_map_alloc_id(struct bpf_map * map) bpf_map_alloc_id() argument
368 bpf_map_free_id(struct bpf_map * map) bpf_map_free_id() argument
389 bpf_map_save_memcg(struct bpf_map * map) bpf_map_save_memcg() argument
400 bpf_map_release_memcg(struct bpf_map * map) bpf_map_release_memcg() argument
406 bpf_map_get_memcg(const struct bpf_map * map) bpf_map_get_memcg() argument
414 bpf_map_kmalloc_node(const struct bpf_map * map,size_t size,gfp_t flags,int node) bpf_map_kmalloc_node() argument
429 bpf_map_kzalloc(const struct bpf_map * map,size_t size,gfp_t flags) bpf_map_kzalloc() argument
443 bpf_map_kvcalloc(struct bpf_map * map,size_t n,size_t size,gfp_t flags) bpf_map_kvcalloc() argument
458 bpf_map_alloc_percpu(const struct bpf_map * map,size_t size,size_t align,gfp_t flags) bpf_map_alloc_percpu() argument
474 bpf_map_save_memcg(struct bpf_map * map) bpf_map_save_memcg() argument
478 bpf_map_release_memcg(struct bpf_map * map) bpf_map_release_memcg() argument
483 bpf_map_alloc_pages(const struct bpf_map * map,gfp_t gfp,int nid,unsigned long nr_pages,struct page ** pages) bpf_map_alloc_pages() argument
573 bpf_map_free_record(struct bpf_map * map) bpf_map_free_record() argument
739 struct bpf_map *map = container_of(work, struct bpf_map, work); bpf_map_free_deferred() local
763 bpf_map_put_uref(struct bpf_map * map) bpf_map_put_uref() argument
771 bpf_map_free_in_work(struct bpf_map * map) bpf_map_free_in_work() argument
796 bpf_map_put(struct bpf_map * map) bpf_map_put() argument
813 bpf_map_put_with_uref(struct bpf_map * map) bpf_map_put_with_uref() argument
821 struct bpf_map *map = filp->private_data; bpf_map_release() local
830 map_get_sys_perms(struct bpf_map * map,struct fd f) map_get_sys_perms() argument
844 bpf_map_memory_usage(const struct bpf_map * map) bpf_map_memory_usage() argument
851 struct bpf_map *map = filp->private_data; bpf_map_show_fdinfo() local
908 struct bpf_map *map = vma->vm_file->private_data; bpf_map_mmap_open() local
917 struct bpf_map *map = vma->vm_file->private_data; bpf_map_mmap_close() local
930 struct bpf_map *map = filp->private_data; bpf_map_mmap() local
978 struct bpf_map *map = filp->private_data; bpf_map_poll() local
990 struct bpf_map *map = filp->private_data; bpf_get_unmapped_area() local
1013 bpf_map_new_fd(struct bpf_map * map,int flags) bpf_map_new_fd() argument
1068 map_check_no_btf(const struct bpf_map * map,const struct btf * btf,const struct btf_type * key_type,const struct btf_type * value_type) map_check_no_btf() argument
1076 map_check_btf(struct bpf_map * map,struct bpf_token * token,const struct btf * btf,u32 btf_key_id,u32 btf_value_id) map_check_btf() argument
1202 struct bpf_map *map; map_create() local
1436 bpf_map_inc(struct bpf_map * map) bpf_map_inc() argument
1442 bpf_map_inc_with_uref(struct bpf_map * map) bpf_map_inc_with_uref() argument
1452 struct bpf_map *map; bpf_map_get() local
1468 struct bpf_map *map; bpf_map_get_with_uref() local
1483 __bpf_map_inc_not_zero(struct bpf_map * map,bool uref) __bpf_map_inc_not_zero() argument
1496 bpf_map_inc_not_zero(struct bpf_map * map) bpf_map_inc_not_zero() argument
1506 bpf_stackmap_copy(struct bpf_map * map,void * key,void * value) bpf_stackmap_copy() argument
1541 struct bpf_map *map; map_lookup_elem() local
1616 struct bpf_map *map; map_update_elem() local
1673 struct bpf_map *map; map_delete_elem() local
1730 struct bpf_map *map; map_get_next_key() local
1789 generic_map_delete_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) generic_map_delete_batch() argument
1845 generic_map_update_batch(struct bpf_map * map,struct file * map_file,const union bpf_attr * attr,union bpf_attr __user * uattr) generic_map_update_batch() argument
1908 generic_map_lookup_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) generic_map_lookup_batch() argument
2015 struct bpf_map *map; map_lookup_and_delete_elem() local
2106 struct bpf_map *map; map_freeze() local
4349 struct bpf_map *map; bpf_map_get_curr_or_next() local
4431 struct bpf_map *map; bpf_map_get_fd_by_id() local
4469 const struct bpf_map *map; bpf_map_from_imm() local
4496 const struct bpf_map *map; bpf_insn_prepare_dump() local
4872 bpf_map_get_info_by_fd(struct file * file,struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) bpf_map_get_info_by_fd() argument
5190 struct bpf_map *map; bpf_map_do_batch() local
5595 struct bpf_map *map; bpf_prog_bind_map() local
[all...]
H A Dbpf_struct_ops.c25 struct bpf_map map; member
59 struct bpf_map __rcu *map; member
428 static int bpf_struct_ops_map_get_next_key(struct bpf_map *map, void *key, in bpf_struct_ops_map_get_next_key() argument
438 int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_sys_lookup_elem() argument
475 static void *bpf_struct_ops_map_lookup_elem(struct bpf_map *map, voi argument
589 bpf_struct_ops_map_update_elem(struct bpf_map * map,void * key,void * value,u64 flags) bpf_struct_ops_map_update_elem() argument
796 bpf_struct_ops_map_delete_elem(struct bpf_map * map,void * key) bpf_struct_ops_map_delete_elem() argument
824 bpf_struct_ops_map_seq_show_elem(struct bpf_map * map,void * key,struct seq_file * m) bpf_struct_ops_map_seq_show_elem() argument
846 __bpf_struct_ops_map_free(struct bpf_map * map) __bpf_struct_ops_map_free() argument
858 bpf_struct_ops_map_free(struct bpf_map * map) bpf_struct_ops_map_free() argument
905 struct bpf_map *map; bpf_struct_ops_map_alloc() local
987 bpf_struct_ops_map_mem_usage(const struct bpf_map * map) bpf_struct_ops_map_mem_usage() argument
1023 struct bpf_map *map; bpf_struct_ops_get() local
1043 bpf_struct_ops_valid_to_reg(struct bpf_map * map) bpf_struct_ops_valid_to_reg() argument
1072 struct bpf_map *map; bpf_struct_ops_map_link_show_fdinfo() local
1086 struct bpf_map *map; bpf_struct_ops_map_link_fill_link_info() local
1151 struct bpf_map *map; bpf_struct_ops_map_link_detach() local
1201 struct bpf_map *map; bpf_struct_ops_link_create() local
1250 bpf_map_struct_ops_info_fill(struct bpf_map_info * info,struct bpf_map * map) bpf_map_struct_ops_info_fill() argument
[all...]
H A Ddevmap.c75 struct bpf_map map; member
184 static void dev_map_free(struct bpf_map *map) in dev_map_free()
254 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key()
275 static void *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem()
289 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key()
436 static void *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
604 struct bpf_map *map, bool exclude_ingress) in dev_map_enqueue_multi()
720 struct bpf_prog *xdp_prog, struct bpf_map *map, in dev_map_redirect_multi()
792 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem()
799 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem()
[all …]
H A Dringbuf.c77 struct bpf_map map; global() member
227 ringbuf_map_free(struct bpf_map * map) ringbuf_map_free() argument
236 ringbuf_map_lookup_elem(struct bpf_map * map,void * key) ringbuf_map_lookup_elem() argument
241 ringbuf_map_update_elem(struct bpf_map * map,void * key,void * value,u64 flags) ringbuf_map_update_elem() argument
247 ringbuf_map_delete_elem(struct bpf_map * map,void * key) ringbuf_map_delete_elem() argument
252 ringbuf_map_get_next_key(struct bpf_map * map,void * key,void * next_key) ringbuf_map_get_next_key() argument
258 ringbuf_map_mmap_kern(struct bpf_map * map,struct vm_area_struct * vma) ringbuf_map_mmap_kern() argument
276 ringbuf_map_mmap_user(struct bpf_map * map,struct vm_area_struct * vma) ringbuf_map_mmap_user() argument
310 ringbuf_map_poll_kern(struct bpf_map * map,struct file * filp,struct poll_table_struct * pts) ringbuf_map_poll_kern() argument
323 ringbuf_map_poll_user(struct bpf_map * map,struct file * filp,struct poll_table_struct * pts) ringbuf_map_poll_user() argument
336 ringbuf_map_mem_usage(const struct bpf_map * map) ringbuf_map_mem_usage() argument
451 BPF_CALL_3(bpf_ringbuf_reserve,struct bpf_map *,map,u64,size,u64,flags) BPF_CALL_3() argument
524 BPF_CALL_4(bpf_ringbuf_output,struct bpf_map *,map,void *,data,u64,size,u64,flags) BPF_CALL_4() argument
552 BPF_CALL_2(bpf_ringbuf_query,struct bpf_map *,map,u64,flags) BPF_CALL_2() argument
579 BPF_CALL_4(bpf_ringbuf_reserve_dynptr,struct bpf_map *,map,u32,size,u64,flags,struct bpf_dynptr_kern *,ptr) BPF_CALL_4() argument
726 BPF_CALL_4(bpf_user_ringbuf_drain,struct bpf_map *,map,void *,callback_fn,void *,callback_ctx,u64,flags) BPF_CALL_4() 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() argument
39 static inline int stack_map_data_size(struct bpf_map *map) in stack_map_data_size() argument
213 __bpf_get_stackid(struct bpf_map * map,struct perf_callchain_entry * trace,u64 flags) __bpf_get_stackid() argument
283 BPF_CALL_3(bpf_get_stackid,struct pt_regs *,regs,struct bpf_map *,map,u64,flags) BPF_CALL_3() argument
332 BPF_CALL_3(bpf_get_stackid_pe,struct bpf_perf_event_data_kern *,ctx,struct bpf_map *,map,u64,flags) BPF_CALL_3() argument
572 stack_map_lookup_elem(struct bpf_map * map,void * key) stack_map_lookup_elem() argument
578 bpf_stackmap_copy(struct bpf_map * map,void * key,void * value) bpf_stackmap_copy() argument
601 stack_map_get_next_key(struct bpf_map * map,void * key,void * next_key) stack_map_get_next_key() argument
630 stack_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) stack_map_update_elem() argument
637 stack_map_delete_elem(struct bpf_map * map,void * key) stack_map_delete_elem() argument
656 stack_map_free(struct bpf_map * map) stack_map_free() argument
666 stack_map_mem_usage(const struct bpf_map * map) stack_map_mem_usage() argument
[all...]
/linux/drivers/base/regmap/
H A Dregcache-flat.c15 static inline unsigned int regcache_flat_get_index(const struct regmap *map, in regcache_flat_get_index() argument
21 static int regcache_flat_init(struct regmap *map) in regcache_flat_init() argument
46 regcache_flat_exit(struct regmap * map) regcache_flat_exit() argument
54 regcache_flat_read(struct regmap * map,unsigned int reg,unsigned int * value) regcache_flat_read() argument
65 regcache_flat_write(struct regmap * map,unsigned int reg,unsigned int value) regcache_flat_write() argument
[all...]
/linux/net/core/
H A Dbpf_sk_storage.c21 bpf_sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in bpf_sk_storage_lookup()
35 static int bpf_sk_storage_del(struct sock *sk, struct bpf_map *map) in bpf_sk_storage_del()
64 static void bpf_sk_storage_map_free(struct bpf_map *map) in bpf_sk_storage_map_free()
74 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
80 static void *bpf_fd_sk_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_lookup_elem()
97 static long bpf_fd_sk_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_sk_storage_update_elem()
117 static long bpf_fd_sk_storage_delete_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_delete_elem()
172 struct bpf_map *map; in bpf_sk_storage_clone() local
224 BPF_CALL_5(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_5() argument
258 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() argument
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c92 int s, map, err; in test_sockmap_create_update_free() local
114 int err, map, verdict; in test_skmsg_helpers() local
140 int err, map; in test_skmsg_helpers_with_link() local
337 int err, map, verdict; in test_sockmap_skb_verdict_attach() local
365 int err, map; in test_sockmap_skb_verdict_attach_with_link() local
454 int n, err, map, verdict, c1 = -1, p1 = -1; in test_sockmap_skb_verdict_shutdown() local
506 int err, map, verdict, c0 = -1, c1 = -1, p0 = -1, p1 = -1; in test_sockmap_skb_verdict_fionread() local
565 static void test_sockmap_skb_verdict_peek_helper(int map) in test_sockmap_skb_verdict_peek_helper()
600 int err, map, verdict; in test_sockmap_skb_verdict_peek() local
623 int err, map; in test_sockmap_skb_verdict_peek_with_link() local
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.h110 u8 map[SPARX5_PORT_QOS_PCP_DEI_COUNT]; member
114 u16 map[SPX5_PRIOS]; member
119 u16 map[SPX5_PRIOS * SPARX5_PORT_QOS_DP_NUM]; member
124 u8 map[SPARX5_PORT_QOS_DSCP_COUNT]; member
128 struct sparx5_port_qos_pcp_map map; member
134 struct sparx5_port_qos_pcp_rewr_map map; member
139 struct sparx5_port_qos_dscp_map map; member
145 struct sparx5_port_qos_dscp_rewr_map map; member
/linux/drivers/irqchip/
H A Dirq-ingenic-tcu.c17 struct regmap *map; member
29 struct regmap *map = gc->private; in ingenic_tcu_intc_cascade() local
52 struct regmap *map = gc->private; in ingenic_tcu_gc_unmask_enable_reg() local
66 struct regmap *map = gc->private; in ingenic_tcu_gc_mask_disable_reg() local
79 struct regmap *map = gc->private; in ingenic_tcu_gc_mask_disable_reg_and_ack() local
94 struct regmap *map; in ingenic_tcu_irq_init() local
/linux/drivers/vdpa/vdpa_user/
H A Diova_domain.c49 struct vhost_iotlb_map *map; in vduse_iotlb_del_range() local
63 struct vhost_iotlb_map *map; in vduse_domain_set_map() local
92 struct vhost_iotlb_map *map; vduse_domain_clear_map() local
106 struct vduse_bounce_map *map; vduse_domain_map_bounce_page() local
126 struct vduse_bounce_map *map; vduse_domain_unmap_bounce_page() local
164 struct vduse_bounce_map *map; vduse_domain_bounce() local
194 struct vhost_iotlb_map *map; vduse_domain_get_coherent_page() local
213 struct vduse_bounce_map *map; vduse_domain_get_bounce_page() local
232 struct vduse_bounce_map *map; vduse_domain_free_kernel_bounce_pages() local
253 struct vduse_bounce_map *map; vduse_domain_add_user_bounce_pages() local
288 struct vduse_bounce_map *map; vduse_domain_remove_user_bounce_pages() local
484 struct vhost_iotlb_map *map; vduse_domain_free_coherent() local
577 struct vduse_bounce_map *map; vduse_domain_create() local
[all...]
/linux/drivers/vhost/
H A Diotlb.c16 #define START(map) ((map)->start) argument
17 #define LAST(map) ((map)->last) argument
29 struct vhost_iotlb_map *map) in vhost_iotlb_map_free()
55 struct vhost_iotlb_map *map; in vhost_iotlb_add_range_ctx() local
120 struct vhost_iotlb_map *map; in vhost_iotlb_del_range() local
208 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) in vhost_iotlb_itree_next()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723x.c66 #define DBG_EFUSE_VAL(rtwdev, map, name) \ argument
69 #define DBG_EFUSE_2BYTE(rtwdev, map, name) \ argument
74 struct rtw8723x_efuse *map) in rtw8723xe_efuse_debug()
84 struct rtw8723x_efuse *map) in rtw8723xu_efuse_debug()
93 struct rtw8723x_efuse *map) in rtw8723xs_efuse_debug()
177 struct rtw8723x_efuse *map) in efuse_debug_dump()
224 struct rtw8723x_efuse *map) in rtw8723xe_efuse_parsing()
230 struct rtw8723x_efuse *map) in rtw8723xu_efuse_parsing()
236 struct rtw8723x_efuse *map) in rtw8723xs_efuse_parsing()
244 struct rtw8723x_efuse *map; in __rtw8723x_read_efuse() local
/linux/drivers/media/pci/cobalt/
H A Dcobalt-flash.c25 static map_word flash_read16(struct map_info *map, unsigned long offset) in flash_read16()
38 static void flash_write16(struct map_info *map, const map_word datum, in flash_write16()
46 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from()
64 static void flash_copy_to(struct map_info *map, unsigned long to, in flash_copy_to()
87 struct map_info *map = &cobalt_flash_map; in cobalt_flash_probe() local
/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c161 char *map; in __mmap_and_merge_range() local
244 char *map; in mmap_and_merge_range() local
261 char *map; in test_unmerge() local
283 char *map; in test_unmerge_zero_pages() local
347 char *map; in test_unmerge_discarded() local
377 char *map; in test_unmerge_uffd_wp() local
479 char *map; in test_child_ksm() local
605 char *map; in test_prctl_unmerge() local
627 char *map; in test_prot_none() local
/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()
/linux/fs/ocfs2/
H A Dheartbeat.c30 static void ocfs2_node_map_init(struct ocfs2_node_map *map) in ocfs2_node_map_init()
64 struct ocfs2_node_map *map, in ocfs2_node_map_set_bit()
76 struct ocfs2_node_map *map, in ocfs2_node_map_clear_bit()
88 struct ocfs2_node_map *map, in ocfs2_node_map_test_bit()

12345678910>>...52