Searched refs:rpc_arg (Results 1 – 3 of 3) sorted by relevance
69 void *rpc_arg; member225 void thread_rpc(struct thread_rpc_arg *rpc_arg);
220 thr->rpc_arg = NULL; in __thread_std_smc_entry()247 if (threads[n].rpc_arg) { in thread_disable_prealloc_rpc_cache()250 threads[n].rpc_arg = NULL; in thread_disable_prealloc_rpc_cache()389 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg()407 thr->rpc_arg = arg; in get_rpc_arg()
1044 thr->rpc_arg = mobj_get_va(mobj, offset + sz, sz_rpc); in yielding_call_with_arg()1045 if (!thr->rpc_arg) in yielding_call_with_arg()1051 thr->rpc_arg = NULL; in yielding_call_with_arg()1118 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg()1191 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_cmd() local1203 thread_rpc(&rpc_arg); in thread_rpc_cmd()1210 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_free() local1229 thread_rpc(&rpc_arg); in thread_rpc_free()1234 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_alloc() local1248 thread_rpc(&rpc_arg); in thread_rpc_alloc()
Completed in 10 milliseconds