Home
last modified time | relevance | path

Searched refs:rpc_arg (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/kernel/
A Dthread_private.h69 void *rpc_arg; member
225 void thread_rpc(struct thread_rpc_arg *rpc_arg);
A Dthread_optee_smc.c220 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()
A Dthread_spmc.c1044 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() local
1203 thread_rpc(&rpc_arg); in thread_rpc_cmd()
1210 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_free() local
1229 thread_rpc(&rpc_arg); in thread_rpc_free()
1234 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_alloc() local
1248 thread_rpc(&rpc_arg); in thread_rpc_alloc()

Completed in 10 milliseconds