Searched refs:thread_rpc_alloc (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 659 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() function 679 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_APPL); in thread_rpc_alloc_payload() 692 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_KERNEL); in thread_rpc_alloc_kernel_payload() 708 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_GLOBAL); in thread_rpc_alloc_global_payload()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 658 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() function 678 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_APPL); in thread_rpc_alloc_payload() 683 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_KERNEL); in thread_rpc_alloc_kernel_payload() 702 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_GLOBAL); in thread_rpc_alloc_global_payload()
|
| H A D | thread_spmc.c | 2254 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() function 2304 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_APPL); in thread_rpc_alloc_payload() 2309 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_KERNEL); in thread_rpc_alloc_kernel_payload() 2328 return thread_rpc_alloc(size, 8, OPTEE_RPC_SHM_TYPE_GLOBAL); in thread_rpc_alloc_global_payload()
|