Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dthread.c569 if (ce->mobj) { in clear_shm_cache_entry()
586 ce->size = 0; in clear_shm_cache_entry()
597 return ce; in get_shm_cache_entry()
599 ce = calloc(1, sizeof(*ce)); in get_shm_cache_entry()
600 if (ce) { in get_shm_cache_entry()
605 return ce; in get_shm_cache_entry()
621 if (!ce) in thread_rpc_shm_cache_alloc()
630 if (ce->type != shm_type || sz > ce->size) { in thread_rpc_shm_cache_alloc()
634 if (!ce->mobj) in thread_rpc_shm_cache_alloc()
667 if (!ce) in thread_rpc_shm_cache_clear()
[all …]
/optee_os-3.20.0/core/arch/arm/crypto/
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

Completed in 4 milliseconds