Home
last modified time | relevance | path

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

/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/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/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dssl_cache.c41 void mbedtls_ssl_cache_init( mbedtls_ssl_cache_context *cache ) in mbedtls_ssl_cache_init()
53 static int ssl_cache_find_entry( mbedtls_ssl_cache_context *cache, in ssl_cache_find_entry()
98 mbedtls_ssl_cache_context *cache = (mbedtls_ssl_cache_context *) data; in mbedtls_ssl_cache_get() local
127 static int ssl_cache_pick_writing_slot( mbedtls_ssl_cache_context *cache, in ssl_cache_pick_writing_slot()
253 mbedtls_ssl_cache_context *cache = (mbedtls_ssl_cache_context *) data; in mbedtls_ssl_cache_set() local
321 void mbedtls_ssl_cache_set_timeout( mbedtls_ssl_cache_context *cache, int timeout ) in mbedtls_ssl_cache_set_timeout()
329 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max ) in mbedtls_ssl_cache_set_max_entries()
336 void mbedtls_ssl_cache_free( mbedtls_ssl_cache_context *cache ) in mbedtls_ssl_cache_free()
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/log_file/
Dlog_file.c73 store_cache_t *cache = file_info->cache; in logfile_write_to_cache() local
230 store_cache_t *cache = file_info->cache; in logfile_file_write_with_cache() local
Dlog_file_flash.c124 store_cache_t *cache = file_info->cache; in logfile_write_cache_to_flash() local
Dlog_file_common.h77 store_cache_t *cache; member
Dlog_file_file.c409 store_cache_t *cache = file_info->cache; in logfile_write_cache_to_file() local
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/ssl/
Dssl_server.c104 mbedtls_ssl_cache_context cache; in main() local
Ddtls_server.c117 mbedtls_ssl_cache_context cache; in main() local
Dssl_pthread_server.c329 mbedtls_ssl_cache_context cache; in main() local
Dssl_server2.c1338 mbedtls_ssl_cache_context cache; in main() local
/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/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/
Dhw_polarssl_api.h35 mbedtls_ssl_cache_context *cache; member
/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/hisilicon/ws63v100/sdk/open_source/7-zip-lzma-sdk/lzma_22.00/C/
DBcj2.h106 Byte cache; member
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_net_internal.h165 coap_cache_entry_t *cache; /**< CoAP cache-entry cache */ member
/device/soc/hisilicon/ws63v100/sdk/open_source/littlefs/v2.5.0/
Dlfs.h413 lfs_cache_t cache; member
/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