Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_optee_smc.c102 struct optee_msg_arg **rpc_arg) in get_msg_arg() argument
123 if (rpc_arg) { in get_msg_arg()
130 *rpc_arg = p; in get_msg_arg()
140 thr->rpc_arg = NULL; in clear_prealloc_rpc_cache()
150 if (rpc_arg) { in call_entry_std()
163 thr->rpc_arg = rpc_arg; in call_entry_std()
172 if (rpc_arg) in call_entry_std()
173 thr->rpc_arg = NULL; in call_entry_std()
324 if (threads[n].rpc_arg) { in thread_disable_prealloc_rpc_cache()
327 threads[n].rpc_arg = NULL; in thread_disable_prealloc_rpc_cache()
[all …]
A Dthread_spmc.c1047 thr->rpc_arg = mobj_get_va(mobj, offset + sz, sz_rpc); in yielding_call_with_arg()
1048 if (!thr->rpc_arg) in yielding_call_with_arg()
1054 thr->rpc_arg = NULL; in yielding_call_with_arg()
1120 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg()
1193 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_cmd() local
1205 thread_rpc(&rpc_arg); in thread_rpc_cmd()
1212 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_free() local
1231 thread_rpc(&rpc_arg); in thread_rpc_free()
1236 struct thread_rpc_arg rpc_arg = { .call = { in thread_rpc_alloc() local
1250 thread_rpc(&rpc_arg); in thread_rpc_alloc()
/optee_os-3.20.0/core/include/kernel/
A Dthread_private.h51 void *rpc_arg; member
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_private_arch.h219 void thread_rpc(struct thread_rpc_arg *rpc_arg);

Completed in 8 milliseconds