Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
H A Dthread.c755 static void clear_shm_cache_entry(struct thread_shm_cache_entry *ce) in clear_shm_cache_entry() argument
757 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() local
783 SLIST_FOREACH(ce, cache, link) in get_shm_cache_entry()
[all …]
/optee_os/core/arch/arm/crypto/
H A Dsub.mk2 srcs-$(CFG_ARM64_core) += ghash-ce-core_a64.S
3 srcs-$(CFG_ARM32_core) += ghash-ce-core_a32.S
4 srcs-y += aes-gcm-ce.c