Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c138 thread_rpc_free_arg(mobj_get_cookie(thr->rpc_mobj)); in clear_prealloc_rpc_cache()
139 mobj_put(thr->rpc_mobj); in clear_prealloc_rpc_cache()
141 thr->rpc_mobj = NULL; in clear_prealloc_rpc_cache()
325 *cookie = mobj_get_cookie(threads[n].rpc_mobj); in thread_disable_prealloc_rpc_cache()
326 mobj_put(threads[n].rpc_mobj); in thread_disable_prealloc_rpc_cache()
328 threads[n].rpc_mobj = NULL; in thread_disable_prealloc_rpc_cache()
485 thr->rpc_mobj = mobj; in get_rpc_arg()
530 *carg_ret = mobj_get_cookie(thr->rpc_mobj); in get_rpc_arg()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c137 thread_rpc_free_arg(mobj_get_cookie(thr->rpc_mobj)); in clear_prealloc_rpc_cache()
138 mobj_put(thr->rpc_mobj); in clear_prealloc_rpc_cache()
140 thr->rpc_mobj = NULL; in clear_prealloc_rpc_cache()
324 *cookie = mobj_get_cookie(threads[n].rpc_mobj); in thread_disable_prealloc_rpc_cache()
325 mobj_put(threads[n].rpc_mobj); in thread_disable_prealloc_rpc_cache()
327 threads[n].rpc_mobj = NULL; in thread_disable_prealloc_rpc_cache()
484 thr->rpc_mobj = mobj; in get_rpc_arg()
529 *carg_ret = mobj_get_cookie(thr->rpc_mobj); in get_rpc_arg()
/optee_os/core/include/kernel/
H A Dthread_private.h52 struct mobj *rpc_mobj; member