Home
last modified time | relevance | path

Searched refs:thread_rpc (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h226 static inline void thread_rpc(struct thread_rpc_arg *rpc_arg) in thread_rpc() function
231 static inline void thread_rpc(uint32_t rv[THREAD_RPC_NUM_ARGS]) in thread_rpc() function
238 void thread_rpc(uint32_t rv[THREAD_RPC_NUM_ARGS]);
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc_a32.S197 FUNC thread_rpc , :
235 END_FUNC thread_rpc
236 DECLARE_KEEP_PAGER thread_rpc
H A Dthread_optee_smc.c95 thread_rpc(rpc_args); in thread_rpc_free_arg()
397 thread_rpc(rpc_args); in thread_rpc_alloc_arg()
578 thread_rpc(rpc_args); in thread_rpc_cmd()
605 thread_rpc(rpc_args); in thread_rpc_free()
671 thread_rpc(rpc_args); in thread_rpc_alloc()
H A Dthread_spmc.c2225 thread_rpc(&rpc_arg); in thread_rpc_cmd()
2251 thread_rpc(&rpc_arg); in thread_rpc_free()
2270 thread_rpc(&rpc_arg); in thread_rpc_alloc()
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c96 thread_rpc(rpc_args); in thread_rpc_free_arg()
398 thread_rpc(rpc_args); in thread_rpc_alloc_arg()
579 thread_rpc(rpc_args); in thread_rpc_cmd()
606 thread_rpc(rpc_args); in thread_rpc_free()
672 thread_rpc(rpc_args); in thread_rpc_alloc()
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h125 static inline void thread_rpc(uint32_t rv[THREAD_RPC_NUM_ARGS]) in thread_rpc() function