Searched refs:ce (Results 1 – 2 of 2) sorted by relevance
755 static void clear_shm_cache_entry(struct thread_shm_cache_entry *ce) in clear_shm_cache_entry() argument757 if (ce->mobj) { in clear_shm_cache_entry()758 switch (ce->type) { in clear_shm_cache_entry()760 thread_rpc_free_payload(ce->mobj); in clear_shm_cache_entry()763 thread_rpc_free_kernel_payload(ce->mobj); in clear_shm_cache_entry()766 thread_rpc_free_global_payload(ce->mobj); in clear_shm_cache_entry()773 ce->mobj = NULL; in clear_shm_cache_entry()774 ce->size = 0; in clear_shm_cache_entry()781 struct thread_shm_cache_entry *ce = NULL; in get_shm_cache_entry() local783 SLIST_FOREACH(ce, cache, link) in get_shm_cache_entry()[all …]
2 srcs-$(CFG_ARM64_core) += ghash-ce-core_a64.S3 srcs-$(CFG_ARM32_core) += ghash-ce-core_a32.S4 srcs-y += aes-gcm-ce.c