| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_descriptor_mapping.c | 34 ump_descriptor_mapping *map = _mali_osk_calloc(1, sizeof(ump_descriptor_mapping)); in ump_descriptor_mapping_create() local 56 void ump_descriptor_mapping_destroy(ump_descriptor_mapping *map) in ump_descriptor_mapping_destroy() 63 int ump_descriptor_mapping_allocate_mapping(ump_descriptor_mapping *map, void *target) in ump_descriptor_mapping_allocate_mapping() 102 int ump_descriptor_mapping_get(ump_descriptor_mapping *map, int descriptor, void **target) in ump_descriptor_mapping_get() 115 int ump_descriptor_mapping_set(ump_descriptor_mapping *map, int descriptor, void *target) in ump_descriptor_mapping_set() 127 void ump_descriptor_mapping_free(ump_descriptor_mapping *map, int descriptor) in ump_descriptor_mapping_free()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| 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()
|
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| D | syscall.c | 35 #define IS_FD_ARRAY(map) … argument 38 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY) argument 39 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS) argument 40 #define IS_FD_MAP(map) (IS_FD_ARRAY(map) || IS_FD_PROG_ARRAY(map) || IS_FD_HASH(map)) argument 104 struct bpf_map *map; in find_and_alloc_map() local 134 static u32 bpf_map_value_size(struct bpf_map *map) in bpf_map_value_size() 146 static void maybe_wait_bpf_programs(struct bpf_map *map) in maybe_wait_bpf_programs() 157 static int bpf_map_update_value(struct bpf_map *map, struct fd f, void *key, void *value, __u64 fla… in bpf_map_update_value() 203 static int bpf_map_copy_value(struct bpf_map *map, void *key, void *value, __u64 flags) in bpf_map_copy_value() 327 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/ |
| D | hiirq.c | 137 static void unmap_int_reg_for_aio(hiirq_aio_reg_map *map) in unmap_int_reg_for_aio() 183 static void unmap_int_reg_for_vicap(hiirq_vicap_reg_map *map) in unmap_int_reg_for_vicap() 216 static void unmap_int_reg_for_normal(hiirq_normal_reg_map *map) in unmap_int_reg_for_normal() 266 static void read_int_status_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in read_int_status_for_aio() 284 static void read_int_status_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in read_int_status_for_vicap() 301 static void read_int_status_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in read_int_status_for_normal() 327 static void clear_int_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in clear_int_for_aio() 342 static void clear_int_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in clear_int_for_vicap() 359 static void clear_int_for_scd(hiirq_normal_reg_map *map) in clear_int_for_scd() 368 static void clear_int_for_vdh(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_vdh() [all …]
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/ |
| D | hiirq.c | 185 static void unmap_tx_reg_for_aio(hiirq_aio_reg_map *map) in unmap_tx_reg_for_aio() 204 static void unmap_rx_reg_for_aio(hiirq_aio_reg_map *map) in unmap_rx_reg_for_aio() 223 static void unmap_spdiftx_reg_for_aio(hiirq_aio_reg_map *map) in unmap_spdiftx_reg_for_aio() 242 static void unmap_int_reg_for_aio(hiirq_aio_reg_map *map) in unmap_int_reg_for_aio() 259 static void unmap_int_reg_for_vicap(hiirq_vicap_reg_map *map) in unmap_int_reg_for_vicap() 292 static void unmap_int_reg_for_normal(hiirq_normal_reg_map *map) in unmap_int_reg_for_normal() 342 static void read_int_status_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in read_int_status_for_aio() 364 static void read_int_status_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in read_int_status_for_vicap() 381 static void read_int_status_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in read_int_status_for_normal() 407 static void clear_int_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in clear_int_for_aio() [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
| D | pinconf.h | 41 static inline int pinconf_validate_map(const struct pinctrl_map *map, int i) in pinconf_validate_map() 46 static inline int pinconf_map_to_setting(const struct pinctrl_map *map, in pinconf_map_to_setting() 80 const struct pinctrl_map *map) in pinconf_show_map()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | mali_kbase_replay.c | 107 struct kbase_vmap_struct map; in kbasep_replay_reset_sfbd() local 175 struct kbase_vmap_struct map; in kbasep_replay_reset_mfbd() local 267 struct kbase_vmap_struct map; in kbasep_replay_reset_tiler_job() local 341 struct kbase_vmap_struct map; in kbasep_replay_reset_job() local 453 struct kbase_vmap_struct map; in kbasep_replay_find_hw_job_id() local 670 struct kbase_vmap_struct map; in payload_dump() local 706 struct kbase_vmap_struct map; in kbasep_replay_parse_payload() local 929 struct kbase_vmap_struct map; in kbase_replay_fault_check() local
|
| D | mali_kbase_debug_mem_view.c | 52 struct debug_mem_mapping *map; in debug_mem_start() local 83 struct debug_mem_mapping *map; in debug_mem_next() local 109 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 1612 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1622 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1665 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1720 struct kbase_cpu_mapping *map; local 2174 struct kbase_vmap_struct *map) 2304 …d *kbase_vmap(struct kbase_context *kctx, u64 gpu_addr, size_t size, struct kbase_vmap_struct *map) 2315 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | mali_kbase_replay.c | 120 struct kbase_vmap_struct map; in kbasep_replay_reset_sfbd() local 194 struct kbase_vmap_struct map; in kbasep_replay_reset_mfbd() local 293 struct kbase_vmap_struct map; in kbasep_replay_reset_tiler_job() local 381 struct kbase_vmap_struct map; in kbasep_replay_reset_job() local 496 struct kbase_vmap_struct map; in kbasep_replay_find_hw_job_id() local 725 struct kbase_vmap_struct map; in payload_dump() local 764 struct kbase_vmap_struct map; in kbasep_replay_parse_payload() local 1001 struct kbase_vmap_struct map; in kbase_replay_fault_check() local
|
| D | mali_kbase_debug_mem_view.c | 54 struct debug_mem_mapping *map; in debug_mem_start() local 83 struct debug_mem_mapping *map; in debug_mem_next() local 109 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 1608 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1618 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1661 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1715 struct kbase_cpu_mapping *map; local 2182 unsigned long prot_request, struct kbase_vmap_struct *map) 2304 struct kbase_vmap_struct *map) 2315 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_debug_mem_view.c | 58 struct debug_mem_mapping *map; in debug_mem_start() local 87 struct debug_mem_mapping *map; in debug_mem_next() local 113 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 2330 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2340 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2413 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2492 struct kbase_cpu_mapping *map; local 2927 struct kbase_vmap_struct *map, enum kbase_sync_type dest) 2958 struct kbase_vmap_struct *map) 3034 unsigned long prot_request, struct kbase_vmap_struct *map) 3079 struct kbase_vmap_struct *map) 3092 struct kbase_vmap_struct *map) 3109 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_debug_mem_view.c | 63 struct debug_mem_mapping *map; in debug_mem_start() local 94 struct debug_mem_mapping *map; in debug_mem_next() local 120 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 2360 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2370 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2444 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2522 struct kbase_cpu_mapping *map; local 2950 struct kbase_vmap_struct *map, 2982 size_t size, struct kbase_vmap_struct *map) 3067 unsigned long prot_request, struct kbase_vmap_struct *map) 3114 struct kbase_vmap_struct *map) 3126 struct kbase_vmap_struct *map) 3143 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | bpf.h | 164 static inline bool map_value_has_spin_lock(const struct bpf_map *map) in map_value_has_spin_lock() 169 static inline void check_and_init_map_lock(struct bpf_map *map, void *dst) in check_and_init_map_lock() 178 static inline void copy_map_value(struct bpf_map *map, void *dst, void *src) in copy_map_value() 204 struct bpf_map map; member 211 static inline struct bpf_offloaded_map *map_to_offmap(struct bpf_map *map) in map_to_offmap() 216 static inline bool bpf_map_offload_neutral(const struct bpf_map *map) in bpf_map_offload_neutral() 221 static inline bool bpf_map_support_seq_show(const struct bpf_map *map) in bpf_map_support_seq_show() 760 struct bpf_map *map; member 872 struct bpf_map *map; member 961 static inline int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, void *value) in bpf_struct_ops_map_sys_lookup_elem() [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
| D | irq-gic-v4.c | 299 int its_map_vlpi(int irq, struct its_vlpi_map *map) in its_map_vlpi() 323 int its_get_vlpi(int irq, struct its_vlpi_map *map) in its_get_vlpi()
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/src/internal/ |
| D | locale_impl.h | 12 const void *map; member
|
| D | fdpic_crt.h | 4 hidden void *__fdpic_fixup(void *map, uintptr_t *a, uintptr_t *z) in __fdpic_fixup()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| D | mali_kbase_csf_tiler_heap.c | 96 struct kbase_vmap_struct map; in link_chunk() local 135 struct kbase_vmap_struct map; in init_chunk() local
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/include/c++/7.3.0/bits/ |
| D | stl_multimap.h | 69 class map; in _GLIBCXX_VISIBILITY() local
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/include/c++/7.3.0/bits/ |
| D | stl_multimap.h | 69 class map; in _GLIBCXX_VISIBILITY() local
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/include/c++/7.3.0/bits/ |
| D | stl_multimap.h | 69 class map; in _GLIBCXX_VISIBILITY() local
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/include/c++/7.3.0/bits/ |
| D | stl_multimap.h | 69 class map; in _GLIBCXX_VISIBILITY() local
|