| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_l2_cache.c | 84 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 …]
|
| D | mali_l2_cache.h | 74 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()
|
| D | mali_kernel_core.c | 312 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/ |
| D | mali_l2_cache.c | 84 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 …]
|
| D | mali_l2_cache.h | 74 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()
|
| D | mali_kernel_core.c | 327 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/ |
| D | ssl_cache.c | 41 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/ |
| D | log_file.c | 73 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
|
| D | log_file_flash.c | 124 store_cache_t *cache = file_info->cache; in logfile_write_cache_to_flash() local
|
| D | log_file_common.h | 77 store_cache_t *cache; member
|
| D | log_file_file.c | 409 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/ |
| D | ssl_server.c | 104 mbedtls_ssl_cache_context cache; in main() local
|
| D | dtls_server.c | 117 mbedtls_ssl_cache_context cache; in main() local
|
| D | ssl_pthread_server.c | 329 mbedtls_ssl_cache_context cache; in main() local
|
| D | ssl_server2.c | 1338 mbedtls_ssl_cache_context cache; in main() local
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
| D | key_cache.c | 103 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/ |
| D | hw_polarssl_api.h | 35 mbedtls_ssl_cache_context *cache; member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
| D | hisi_allocator.c | 479 static void *__mmf_map(phys_addr_t phys, int len, int cache) in __mmf_map()
|
| D | cma_allocator.c | 478 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/ |
| D | Bcj2.h | 106 Byte cache; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/ |
| D | coap_net_internal.h | 165 coap_cache_entry_t *cache; /**< CoAP cache-entry cache */ member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/littlefs/v2.5.0/ |
| D | lfs.h | 413 lfs_cache_t cache; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | wl_cfgnan.c | 6015 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()
|
| D | wl_cfgvendor.c | 428 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/ |
| D | irq-gic-v3-its.c | 2290 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
|