Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dthread.c1594 static struct mobj *alloc_shm(enum thread_shm_type shm_type, size_t size) in alloc_shm() argument
1596 switch (shm_type) { in alloc_shm()
1650 enum thread_shm_type shm_type, in thread_rpc_shm_cache_alloc() argument
1671 if (ce->type != shm_type || sz > ce->size) { in thread_rpc_shm_cache_alloc()
1674 ce->mobj = alloc_shm(shm_type, sz); in thread_rpc_shm_cache_alloc()
1689 ce->type = shm_type; in thread_rpc_shm_cache_alloc()
/optee_os/core/arch/arm/include/kernel/
A Dthread.h777 enum thread_shm_type shm_type,

Completed in 7 milliseconds