| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | map_funcs.c | 13 static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs) in simple_map_read() 18 static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in simple_map_write() 23 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize… in simple_map_copy_from() 28 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, s… in simple_map_copy_to() 33 void simple_map_init(struct map_info *map) in simple_map_init()
|
| H A D | pcmciamtd.c | 83 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 …]
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | tsnmap.h | 105 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn() 111 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen() 117 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups() 123 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups() 137 static inline int sctp_tsnmap_has_gap(const struct sctp_tsnmap *map) in sctp_tsnmap_has_gap() 145 static inline void sctp_tsnmap_mark_dup(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_mark_dup()
|
| /OK3568_Linux_fs/kernel/drivers/clk/berlin/ |
| H A D | berlin2-div.c | 57 struct berlin2_div_map map; member 68 struct berlin2_div_map *map = &div->map; in berlin2_div_is_enabled() local 86 struct berlin2_div_map *map = &div->map; in berlin2_div_enable() local 105 struct berlin2_div_map *map = &div->map; in berlin2_div_disable() local 122 struct berlin2_div_map *map = &div->map; in berlin2_div_set_parent() local 153 struct berlin2_div_map *map = &div->map; in berlin2_div_get_parent() local 180 struct berlin2_div_map *map = &div->map; in berlin2_div_recalc_rate() local 228 berlin2_div_register(const struct berlin2_div_map *map, in berlin2_div_register()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fp.c | 57 #define SPAN_ROW_SIZE(map, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowSize) argument 101 struct MR_LD_RAID *MR_LdRaidGet(u32 ld, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdRaidGet() 107 struct MR_DRV_RAID_MAP_ALL in MR_LdSpanInfoGet() 113 static u8 MR_LdDataArmGet(u32 ld, u32 armIdx, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdDataArmGet() 118 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) in MR_ArPdGet() 123 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanArrayGet() 128 __le16 MR_PdDevHandleGet(u32 pd, struct MR_DRV_RAID_MAP_ALL *map) in MR_PdDevHandleGet() 133 static u8 MR_PdInterfaceTypeGet(u32 pd, struct MR_DRV_RAID_MAP_ALL *map) in MR_PdInterfaceTypeGet() 138 u16 MR_GetLDTgtId(u32 ld, struct MR_DRV_RAID_MAP_ALL *map) in MR_GetLDTgtId() 143 u16 MR_TargetIdToLdGet(u32 ldTgtId, struct MR_DRV_RAID_MAP_ALL *map) in MR_TargetIdToLdGet() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | i82365.h | 48 #define I365_IO(map) (0x08+((map)<<2)) argument 49 #define I365_MEM(map) (0x10+((map)<<3)) argument 101 #define I365_ENA_IO(map) (0x40 << (map)) argument 102 #define I365_ENA_MEM(map) (0x01 << (map)) argument 105 #define I365_IOCTL_MASK(map) (0x0F << (map<<2)) argument 106 #define I365_IOCTL_WAIT(map) (0x08 << (map<<2)) argument 107 #define I365_IOCTL_0WS(map) (0x04 << (map<<2)) argument 108 #define I365_IOCTL_IOCS16(map) (0x02 << (map<<2)) argument 109 #define I365_IOCTL_16BIT(map) (0x01 << (map<<2)) argument
|
| /OK3568_Linux_fs/kernel/drivers/mtd/lpddr/ |
| H A D | qinfo_probe.c | 44 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()
|
| H A D | lpddr_cmds.c | 35 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() 486 struct map_info *map = mtd->priv; in do_erase_oneblock() local 514 struct map_info *map = mtd->priv; in lpddr_read() local 538 struct map_info *map = mtd->priv; in lpddr_point() local 590 struct map_info *map = mtd->priv; in lpddr_unpoint() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | iotlb.c | 16 #define START(map) ((map)->start) argument 17 #define LAST(map) ((map)->last) argument 29 struct vhost_iotlb_map *map) in vhost_iotlb_map_free() 53 struct vhost_iotlb_map *map; in vhost_iotlb_add_range() local 93 struct vhost_iotlb_map *map; in vhost_iotlb_del_range() local 168 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) in vhost_iotlb_itree_next()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/hyperbus/ |
| H A D | hyperbus-core.c | 15 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_kernel_random_mapping.c | 71 ump_random_mapping *map = _mali_osk_calloc(1, sizeof(ump_random_mapping)); in ump_random_mapping_create() local 89 void ump_random_mapping_destroy(ump_random_mapping *map) in ump_random_mapping_destroy() 95 int ump_random_mapping_insert(ump_random_mapping *map, ump_dd_mem *mem) in ump_random_mapping_insert() 121 ump_dd_mem *ump_random_mapping_get(ump_random_mapping *map, int id) in ump_random_mapping_get() 163 static ump_dd_mem *ump_random_mapping_remove_internal(ump_random_mapping *map, int id) in ump_random_mapping_remove_internal() 213 ump_dd_mem *ump_random_mapping_remove(ump_random_mapping *map, int descriptor) in ump_random_mapping_remove()
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regcache-flat.c | 15 static inline unsigned int regcache_flat_get_index(const struct regmap *map, in regcache_flat_get_index() 21 static int regcache_flat_init(struct regmap *map) in regcache_flat_init() 46 static int regcache_flat_exit(struct regmap *map) in regcache_flat_exit() 54 static int regcache_flat_read(struct regmap *map, in regcache_flat_read() 65 static int regcache_flat_write(struct regmap *map, unsigned int reg, in regcache_flat_write()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | reuseport_array.c | 11 struct bpf_map map; member 15 static struct reuseport_array *reuseport_array(struct bpf_map *map) in reuseport_array() 52 static void *reuseport_array_lookup_elem(struct bpf_map *map, void *key) in reuseport_array_lookup_elem() 64 static int reuseport_array_delete_elem(struct bpf_map *map, void *key) in reuseport_array_delete_elem() 96 static void reuseport_array_free(struct bpf_map *map) in reuseport_array_free() 182 int bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_lookup_elem() 249 int bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_update_elem() 333 static int reuseport_array_get_next_key(struct bpf_map *map, void *key, in reuseport_array_get_next_key()
|
| H A D | syscall.c | 37 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \ argument 40 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY) argument 41 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS) argument 42 #define IS_FD_MAP(map) (IS_FD_ARRAY(map) || IS_FD_PROG_ARRAY(map) || \ argument 108 struct bpf_map *map; in find_and_alloc_map() local 133 static void bpf_map_write_active_inc(struct bpf_map *map) in bpf_map_write_active_inc() 138 static void bpf_map_write_active_dec(struct bpf_map *map) in bpf_map_write_active_dec() 143 bool bpf_map_write_active(const struct bpf_map *map) in bpf_map_write_active() 148 static u32 bpf_map_value_size(struct bpf_map *map) in bpf_map_value_size() 161 static void maybe_wait_bpf_programs(struct bpf_map *map) in maybe_wait_bpf_programs() [all …]
|
| /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 D | tree-ssa-live.h | 100 region_contains_p (var_map map, basic_block bb) in region_contains_p() 113 num_var_partitions (var_map map) in num_var_partitions() 123 partition_to_var (var_map map, int i) in partition_to_var() 138 version_to_var (var_map map, int version) in version_to_var() 155 var_to_partition (var_map map, tree var) in var_to_partition() 170 var_to_partition_to_var (var_map map, tree var) in var_to_partition_to_var() 184 basevar_index (var_map map, int partition) in basevar_index() 195 num_basevars (var_map map) in num_basevars() 234 var_map map; member
|
| /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 D | tree-ssa-live.h | 100 region_contains_p (var_map map, basic_block bb) in region_contains_p() 113 num_var_partitions (var_map map) in num_var_partitions() 123 partition_to_var (var_map map, int i) in partition_to_var() 138 version_to_var (var_map map, int version) in version_to_var() 155 var_to_partition (var_map map, tree var) in var_to_partition() 170 var_to_partition_to_var (var_map map, tree var) in var_to_partition_to_var() 184 basevar_index (var_map map, int partition) in basevar_index() 195 num_basevars (var_map map) in num_basevars() 234 var_map map; member
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_bitmap_port.c | 59 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 D | ip_set_bitmap_ipmac.c | 84 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 D | ip_set_bitmap_ip.c | 68 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
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | hashmap.h | 116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() 130 static inline int hashmap__update(struct hashmap *map, in hashmap__update() 138 static inline int hashmap__append(struct hashmap *map, in hashmap__append() 155 #define hashmap__for_each_entry(map, cur, bkt) \ argument 167 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument 179 #define hashmap__for_each_key_entry(map, cur, _key) \ argument 187 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | hashmap.h | 116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() 130 static inline int hashmap__update(struct hashmap *map, in hashmap__update() 138 static inline int hashmap__append(struct hashmap *map, in hashmap__append() 155 #define hashmap__for_each_entry(map, cur, bkt) \ argument 167 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument 179 #define hashmap__for_each_key_entry(map, cur, _key) \ argument 187 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-ingenic-tcu.c | 17 struct regmap *map; member 29 struct regmap *map = gc->private; in ingenic_tcu_intc_cascade() local 50 struct regmap *map = gc->private; in ingenic_tcu_gc_unmask_enable_reg() local 64 struct regmap *map = gc->private; in ingenic_tcu_gc_mask_disable_reg() local 77 struct regmap *map = gc->private; in ingenic_tcu_gc_mask_disable_reg_and_ack() local 92 struct regmap *map; in ingenic_tcu_irq_init() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | mlock2-tests.c | 181 static int unlock_lock_check(char *map) in unlock_lock_check() 193 char *map; in test_mlock_lock() local 230 static int onfault_check(char *map) in onfault_check() 241 static int unlock_onfault_check(char *map) in unlock_onfault_check() 256 char *map; in test_mlock_onfault() local 298 char *map; in test_lock_onfault_of_present() local 334 char *map; in test_munlockall() local 413 void *map; in test_vma_management() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | regmap.h | 104 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument 134 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument 1075 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits() 1081 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async() 1087 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() 1096 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async() 1104 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits() 1145 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits() 1152 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits() 1472 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | cobalt-flash.c | 25 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
|