Home
last modified time | relevance | path

Searched defs:map (Results 101 – 125 of 1583) sorted by relevance

12345678910>>...64

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_pipapo_avx2.c156 static int nft_pipapo_avx2_refill(int offset, unsigned long *map, in nft_pipapo_avx2_refill()
218 static int nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_2()
280 static int nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_4()
356 static int nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_8()
451 static int nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_12()
540 static int nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_32()
675 static int nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_1()
732 static int nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_2()
796 static int nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_4()
871 static int nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_6()
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c28 struct bpf_map map; member
54 static inline bool stack_map_use_build_id(struct bpf_map *map) in stack_map_use_build_id()
59 static inline int stack_map_data_size(struct bpf_map *map) in stack_map_data_size()
397 static long __bpf_get_stackid(struct bpf_map *map, in __bpf_get_stackid()
467 BPF_CALL_3(bpf_get_stackid, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_3() argument
516 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument
749 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
755 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
778 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key()
807 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
[all …]
H A Dlpm_trie.c32 struct bpf_map map; member
227 static void *trie_lookup_elem(struct bpf_map *map, void *_key) in trie_lookup_elem()
300 static int trie_update_elem(struct bpf_map *map, in trie_update_elem()
431 static int trie_delete_elem(struct bpf_map *map, void *_key) in trie_delete_elem()
586 static void trie_free(struct bpf_map *map) in trie_free()
625 static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) in trie_get_next_key()
723 static int trie_check_btf(const struct bpf_map *map, in trie_check_btf()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dpvcalls-back.c93 struct sock_mapping *map = (struct sock_mapping *)opaque; in pvcalls_conn_back_read() local
167 static bool pvcalls_conn_back_write(struct sock_mapping *map) in pvcalls_conn_back_write()
232 struct sock_mapping *map = container_of(ioworker, struct sock_mapping, in pvcalls_back_ioworker() local
289 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_state_change() local
300 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_data_ready() local
320 struct sock_mapping *map; in pvcalls_new_active_socket() local
392 struct sock_mapping *map; in pvcalls_back_connect() local
434 struct sock_mapping *map) in pvcalls_back_release_active()
479 struct sock_mapping *map, *n; in pvcalls_back_release() local
517 struct sock_mapping *map; in __pvcalls_back_accept() local
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dvma_map.c23 void vma_map_free(struct vma_to_fileoffset_map *map) in vma_map_free()
33 vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_lookup()
64 vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_add()
106 struct vma_to_fileoffset_map *map = NULL; in create_vma_map() local
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bit.c20 xfs_bitmap_empty(uint *map, uint size) in xfs_bitmap_empty()
37 xfs_contig_bits(uint *map, uint size, uint start_bit) in xfs_contig_bits()
76 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c95 u8 *map = NULL; in dump_efuse_map_88xx() local
191 enum halmac_efuse_bank bank, u32 size, u8 *map) in dump_efuse_map_bt_88xx()
463 u8 *map = NULL; in dump_log_efuse_map_88xx() local
541 u8 *map = NULL; in dump_log_efuse_mask_88xx() local
627 u8 *map = NULL; in read_logical_efuse_88xx() local
963 u8 *map) in read_hw_efuse_88xx()
1244 read_log_efuse_map_88xx(struct halmac_adapter *adapter, u8 *map) in read_log_efuse_map_88xx()
1335 u8 *map = NULL; in dump_efuse_drv_88xx() local
1420 u8 *map = NULL; in proc_write_log_efuse_88xx() local
1524 read_efuse_88xx(struct halmac_adapter *adapter, u32 offset, u32 size, u8 *map) in read_efuse_88xx()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsbitmap.h102 bitmap_check_index (const_sbitmap map, int index) in bitmap_check_index()
118 bitmap_bit_p (const_sbitmap map, int bitno) in bitmap_bit_p()
130 bitmap_set_bit (sbitmap map, int bitno) in bitmap_set_bit()
141 bitmap_clear_bit (sbitmap map, int bitno) in bitmap_clear_bit()
235 inline void sbitmap_free (sbitmap map) in sbitmap_free()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsbitmap.h102 bitmap_check_index (const_sbitmap map, int index) in bitmap_check_index()
118 bitmap_bit_p (const_sbitmap map, int bitno) in bitmap_bit_p()
130 bitmap_set_bit (sbitmap map, int bitno) in bitmap_set_bit()
141 bitmap_clear_bit (sbitmap map, int bitno) in bitmap_clear_bit()
235 inline void sbitmap_free (sbitmap map) in sbitmap_free()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A D88pm860x-i2c.c18 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_reg_read() local
35 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_reg_write() local
48 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_bulk_read() local
61 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_bulk_write() local
74 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_set_bits() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_csc.c153 static void sun8i_csc_set_coefficients(struct regmap *map, u32 base, in sun8i_csc_set_coefficients()
177 static void sun8i_de3_ccsc_set_coefficients(struct regmap *map, int layer, in sun8i_de3_ccsc_set_coefficients()
201 static void sun8i_csc_enable(struct regmap *map, u32 base, bool enable) in sun8i_csc_enable()
213 static void sun8i_de3_ccsc_enable(struct regmap *map, int layer, bool enable) in sun8i_de3_ccsc_enable()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dmem2node.c15 const char *map; member
26 struct perf_cpu_map *map = perf_cpu_map__new(str); in get_bitmap() local
48 struct mem2node map; in test__mem2node() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c26 void *map; in cpu_set() local
59 void *map; in cpu_get() local
88 u32 __iomem *map; in gtt_set() local
121 u32 __iomem *map; in gtt_get() local
153 u32 *map; in wc_set() local
176 u32 *map; in wc_get() local
H A Di915_gem_execbuffer.c11 static u64 read_reloc(const u32 *map, int x, const u64 mask) in read_reloc()
25 const u32 *map = page_mask_bits(obj->mm.mapping); in __igt_gpu_reloc() local
111 u32 *map; in igt_gpu_reloc() local
/OK3568_Linux_fs/kernel/drivers/clk/actions/
H A Dowl-reset.c18 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_assert() local
27 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_deassert() local
46 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_status() local
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dphysmap-bt1-rom.c30 static map_word __xipram bt1_rom_map_read(struct map_info *map, in bt1_rom_map_read()
58 static void __xipram bt1_rom_map_copy_from(struct map_info *map, in bt1_rom_map_copy_from()
104 struct map_info *map) in of_flash_probe_bt1_rom()
H A Dphysmap-versatile.c122 static void ap_flash_set_vpp(struct map_info *map, int on) in ap_flash_set_vpp()
150 static void cp_flash_set_vpp(struct map_info *map, int on) in cp_flash_set_vpp()
177 static void versatile_flash_set_vpp(struct map_info *map, int on) in versatile_flash_set_vpp()
189 struct map_info *map) in of_flash_probe_versatile()
H A Dphysmap-core.c101 static void physmap_set_vpp(struct map_info *map, int state) in physmap_set_vpp()
149 static map_word physmap_addr_gpios_read(struct map_info *map, in physmap_addr_gpios_read()
166 static void physmap_addr_gpios_copy_from(struct map_info *map, void *buf, in physmap_addr_gpios_copy_from()
188 static void physmap_addr_gpios_write(struct map_info *map, map_word mw, in physmap_addr_gpios_write()
203 static void physmap_addr_gpios_copy_to(struct map_info *map, unsigned long ofs, in physmap_addr_gpios_copy_to()
225 static int physmap_addr_gpios_map_init(struct map_info *map) in physmap_addr_gpios_map_init()
236 static int physmap_addr_gpios_map_init(struct map_info *map) in physmap_addr_gpios_map_init()
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dcpumap.c26 static void cpu_map__delete(struct perf_cpu_map *map) in cpu_map__delete()
35 struct perf_cpu_map *perf_cpu_map__get(struct perf_cpu_map *map) in perf_cpu_map__get()
42 void perf_cpu_map__put(struct perf_cpu_map *map) in perf_cpu_map__put()
261 bool perf_cpu_map__empty(const struct perf_cpu_map *map) in perf_cpu_map__empty()
278 int perf_cpu_map__max(struct perf_cpu_map *map) in perf_cpu_map__max()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c1188 struct perf_cpu_map *map, int cpu) in perf_stat__get_socket()
1194 struct perf_cpu_map *map, int cpu) in perf_stat__get_die()
1200 struct perf_cpu_map *map, int cpu) in perf_stat__get_core()
1206 struct perf_cpu_map *map, int cpu) in perf_stat__get_node()
1212 aggr_get_id_t get_id, struct perf_cpu_map *map, int idx) in perf_stat__get_aggr()
1228 struct perf_cpu_map *map, int idx) in perf_stat__get_socket_cached()
1234 struct perf_cpu_map *map, int idx) in perf_stat__get_die_cached()
1240 struct perf_cpu_map *map, int idx) in perf_stat__get_core_cached()
1246 struct perf_cpu_map *map, int idx) in perf_stat__get_node_cached()
1331 static inline int perf_env__get_cpu(struct perf_env *env, struct perf_cpu_map *map, int idx) in perf_env__get_cpu()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu_reset.c17 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_assert() local
35 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_deassert() local
63 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_status() local
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c93 void *imgu_dmamap_alloc(struct imgu_device *imgu, struct imgu_css_map *map, in imgu_dmamap_alloc()
151 void imgu_dmamap_unmap(struct imgu_device *imgu, struct imgu_css_map *map) in imgu_dmamap_unmap()
169 void imgu_dmamap_free(struct imgu_device *imgu, struct imgu_css_map *map) in imgu_dmamap_free()
185 int nents, struct imgu_css_map *map) in imgu_dmamap_map_sg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c136 u8 *map = NULL; in dump_efuse_map_88xx() local
232 enum halmac_efuse_bank bank, u32 size, u8 *map) in dump_efuse_map_bt_88xx()
534 u8 *map = NULL; in dump_log_efuse_map_88xx() local
612 u8 *map = NULL; in dump_log_efuse_mask_88xx() local
698 u8 *map = NULL; in read_logical_efuse_88xx() local
1091 u8 *map) in read_hw_efuse_88xx()
1372 read_log_efuse_map_88xx(struct halmac_adapter *adapter, u8 *map) in read_log_efuse_map_88xx()
1510 u8 *map = NULL; in dump_efuse_drv_88xx() local
1595 u8 *map = NULL; in proc_write_log_efuse_88xx() local
1708 u8 *map = NULL; in proc_write_log_efuse_word_88xx() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c135 u8 *map = NULL; in dump_efuse_map_88xx() local
231 enum halmac_efuse_bank bank, u32 size, u8 *map) in dump_efuse_map_bt_88xx()
533 u8 *map = NULL; in dump_log_efuse_map_88xx() local
611 u8 *map = NULL; in dump_log_efuse_mask_88xx() local
697 u8 *map = NULL; in read_logical_efuse_88xx() local
1090 u8 *map) in read_hw_efuse_88xx()
1371 read_log_efuse_map_88xx(struct halmac_adapter *adapter, u8 *map) in read_log_efuse_map_88xx()
1509 u8 *map = NULL; in dump_efuse_drv_88xx() local
1594 u8 *map = NULL; in proc_write_log_efuse_88xx() local
1707 u8 *map = NULL; in proc_write_log_efuse_word_88xx() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c135 u8 *map = NULL; in dump_efuse_map_88xx() local
231 enum halmac_efuse_bank bank, u32 size, u8 *map) in dump_efuse_map_bt_88xx()
533 u8 *map = NULL; in dump_log_efuse_map_88xx() local
611 u8 *map = NULL; in dump_log_efuse_mask_88xx() local
697 u8 *map = NULL; in read_logical_efuse_88xx() local
1090 u8 *map) in read_hw_efuse_88xx()
1371 read_log_efuse_map_88xx(struct halmac_adapter *adapter, u8 *map) in read_log_efuse_map_88xx()
1509 u8 *map = NULL; in dump_efuse_drv_88xx() local
1594 u8 *map = NULL; in proc_write_log_efuse_88xx() local
1707 u8 *map = NULL; in proc_write_log_efuse_word_88xx() local
[all …]

12345678910>>...64