Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 12 of 12) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_l2_cache.c84 static void mali_l2_cache_lock(struct mali_l2_cache_core *cache) in mali_l2_cache_lock()
90 static void mali_l2_cache_unlock(struct mali_l2_cache_core *cache) in mali_l2_cache_unlock()
100 struct mali_l2_cache_core *cache = NULL; in mali_l2_cache_create() local
154 void mali_l2_cache_delete(struct mali_l2_cache_core *cache) in mali_l2_cache_delete()
186 void mali_l2_cache_power_up(struct mali_l2_cache_core *cache) in mali_l2_cache_power_up()
202 void mali_l2_cache_power_down(struct mali_l2_cache_core *cache) in mali_l2_cache_power_down()
238 void mali_l2_cache_core_set_counter_src(struct mali_l2_cache_core *cache, u32 source_id, u32 counte… in mali_l2_cache_core_set_counter_src()
281 void mali_l2_cache_core_get_counter_values(struct mali_l2_cache_core *cache, u32 *src0, u32 *value0… in mali_l2_cache_core_get_counter_values()
334 void mali_l2_cache_invalidate(struct mali_l2_cache_core *cache) in mali_l2_cache_invalidate()
350 void mali_l2_cache_invalidate_conditional(struct mali_l2_cache_core *cache, u32 id) in mali_l2_cache_invalidate_conditional()
[all …]
Dmali_l2_cache.h74 MALI_STATIC_INLINE u32 mali_l2_cache_get_id(struct mali_l2_cache_core *cache) in mali_l2_cache_get_id()
80 …_STATIC_INLINE struct mali_pm_domain *mali_l2_cache_get_pm_domain(struct mali_l2_cache_core *cache) in mali_l2_cache_get_pm_domain()
91 MALI_STATIC_INLINE u32 mali_l2_cache_core_get_counter_src0(struct mali_l2_cache_core *cache) in mali_l2_cache_core_get_counter_src0()
97 MALI_STATIC_INLINE u32 mali_l2_cache_core_get_counter_src1(struct mali_l2_cache_core *cache) in mali_l2_cache_core_get_counter_src1()
Dmali_kernel_core.c327 static struct mali_group *mali_create_group(struct mali_l2_cache_core *cache, _mali_osk_resource_t … in mali_create_group()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_l2_cache.c84 static void mali_l2_cache_lock(struct mali_l2_cache_core *cache) in mali_l2_cache_lock()
90 static void mali_l2_cache_unlock(struct mali_l2_cache_core *cache) in mali_l2_cache_unlock()
101 struct mali_l2_cache_core *cache = NULL; in mali_l2_cache_create() local
166 void mali_l2_cache_delete(struct mali_l2_cache_core *cache) in mali_l2_cache_delete()
198 void mali_l2_cache_power_up(struct mali_l2_cache_core *cache) in mali_l2_cache_power_up()
213 void mali_l2_cache_power_down(struct mali_l2_cache_core *cache) in mali_l2_cache_power_down()
255 struct mali_l2_cache_core *cache, u32 source_id, u32 counter) in mali_l2_cache_core_set_counter_src()
301 struct mali_l2_cache_core *cache, in mali_l2_cache_core_get_counter_values()
356 void mali_l2_cache_invalidate(struct mali_l2_cache_core *cache) in mali_l2_cache_invalidate()
374 struct mali_l2_cache_core *cache, u32 id) in mali_l2_cache_invalidate_conditional()
[all …]
Dmali_l2_cache.h74 MALI_STATIC_INLINE u32 mali_l2_cache_get_id(struct mali_l2_cache_core *cache) in mali_l2_cache_get_id()
81 struct mali_l2_cache_core *cache) in mali_l2_cache_get_pm_domain()
94 struct mali_l2_cache_core *cache) in mali_l2_cache_core_get_counter_src0()
101 struct mali_l2_cache_core *cache) in mali_l2_cache_core_get_counter_src1()
Dmali_kernel_core.c312 static struct mali_group *mali_create_group(struct mali_l2_cache_core *cache, in mali_create_group()
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dkey_cache.c103 static void KeyCacheInsert(struct KeyCache *cache, const char* name, int len) in KeyCacheInsert()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dhisi_allocator.c479 static void *__mmf_map(phys_addr_t phys, int len, int cache) in __mmf_map()
Dcma_allocator.c478 static void *__mmf_map(phys_addr_t phys, int len, int cache)
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_cfgnan.c6015 nan_disc_result_cache *cache; in wl_cfgnan_data_path_request_handler() local
6466 static s32 wl_nan_cache_to_event_data(nan_disc_result_cache *cache, in wl_nan_cache_to_event_data()
Dwl_cfgvendor.c428 gscan_results_cache_t *cache = (gscan_results_cache_t *)data; in wl_cfgvendor_send_hotlist_event() local
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
Dirq-gic-v3-its.c2290 static int its_setup_baser(struct its_node *its, struct its_baser *baser, u64 cache, u64 shr, u32 o… in its_setup_baser()
2578 u64 cache = GITS_BASER_RaWaWb; in its_alloc_tables() local