Home
last modified time | relevance | path

Searched defs:rpc_arg (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c102 struct optee_msg_arg **rpc_arg) in get_msg_arg()
145 struct optee_msg_arg *rpc_arg) in call_entry_std()
185 struct optee_msg_arg *rpc_arg = NULL; in std_entry_with_parg() local
241 struct optee_msg_arg *rpc_arg = NULL; in std_entry_with_regd_arg() local
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c101 struct optee_msg_arg **rpc_arg) in get_msg_arg()
144 struct optee_msg_arg *rpc_arg) in call_entry_std()
184 struct optee_msg_arg *rpc_arg = NULL; in std_entry_with_parg() local
240 struct optee_msg_arg *rpc_arg = NULL; in std_entry_with_regd_arg() local
H A Dthread_spmc.c2213 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_cmd() local
2232 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_free() local
2256 struct thread_rpc_arg rpc_arg in thread_rpc_alloc() local
[all...]
/optee_os/core/include/kernel/
H A Dthread_private.h51 void *rpc_arg; member
/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()