Home
last modified time | relevance | path

Searched refs:shm_type (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/kernel/
H A Dthread.c741 static struct mobj *alloc_shm(enum thread_shm_type shm_type, size_t size) in alloc_shm() argument
743 switch (shm_type) { in alloc_shm()
797 enum thread_shm_type shm_type, in thread_rpc_shm_cache_alloc() argument
818 if (ce->type != shm_type || sz > ce->size) { in thread_rpc_shm_cache_alloc()
821 ce->mobj = alloc_shm(shm_type, sz); in thread_rpc_shm_cache_alloc()
836 ce->type = shm_type; in thread_rpc_shm_cache_alloc()
/optee_os/core/include/kernel/
H A Dthread.h403 enum thread_shm_type shm_type,
/optee_os/core/tee/
H A Dtee_rpmb_fs.c276 enum thread_shm_type shm_type; member
439 rpmb_ctx->shm_type, req_s + resp_s, in tee_rpmb_alloc()
499 rpmb_ctx->shm_type = THREAD_SHM_TYPE_APPLICATION; in rpmb_probe_reset()
502 rpmb_ctx->shm_type = THREAD_SHM_TYPE_KERNEL_PRIVATE; in rpmb_probe_reset()
1146 rpmb_ctx->shm_type = THREAD_SHM_TYPE_APPLICATION; in legacy_rpmb_init()