Home
last modified time | relevance | path

Searched refs:thread_rpc_alloc_payload (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/tee/
H A Dtee_supp_plugin_rpc.c45 mobj = thread_rpc_alloc_payload(len); in tee_invoke_supp_plugin_rpc()
H A Dtadb.c704 ta->ta_mobj = thread_rpc_alloc_payload(sz); in ta_load()
/optee_os/core/include/kernel/
H A Dthread.h266 struct mobj *thread_rpc_alloc_payload(size_t size);
/optee_os/core/pta/
H A Dgprof.c25 mobj = thread_rpc_alloc_payload(sizeof(*uuid) + len); in gprof_send_rpc()
/optee_os/core/kernel/
H A Duser_ta.c309 mobj = thread_rpc_alloc_payload(pl_sz); in user_ta_dump_ftrace()
H A Dthread.c745 return thread_rpc_alloc_payload(size); in alloc_shm()
H A Dree_fs_ta.c214 *mobj = thread_rpc_alloc_payload(params[1].u.memref.size); in rpc_load()
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c677 struct mobj *thread_rpc_alloc_payload(size_t size) in thread_rpc_alloc_payload() function
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c676 struct mobj *thread_rpc_alloc_payload(size_t size) in thread_rpc_alloc_payload() function
H A Dthread_spmc.c2302 struct mobj *thread_rpc_alloc_payload(size_t size) in thread_rpc_alloc_payload() function