Home
last modified time | relevance | path

Searched refs:mobj_get_va (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/kernel/
H A Dmsg_param.c82 va = mobj_get_va(mobj, 0, SMALL_PAGE_SIZE); in msg_param_extract_pages()
101 va = mobj_get_va(mobj, 0, SMALL_PAGE_SIZE); in msg_param_extract_pages()
H A Dthread.c831 va = mobj_get_va(ce->mobj, 0, sz); in thread_rpc_shm_cache_alloc()
838 va = mobj_get_va(ce->mobj, 0, sz); in thread_rpc_shm_cache_alloc()
H A Dpseudo_ta.c85 va = mobj_get_va(mem->mobj, mem->offs, in copy_in_param()
H A Duser_ta.c315 buf = mobj_get_va(mobj, 0, pl_sz); in user_ta_dump_ftrace()
H A Dree_fs_ta.c218 *ta = mobj_get_va(*mobj, 0, params[1].u.memref.size); in rpc_load()
/optee_os/core/tee/
H A Dtee_supp_plugin_rpc.c51 va = mobj_get_va(mobj, 0, len); in tee_invoke_supp_plugin_rpc()
H A Dtadb.c708 ta->ta_buf = mobj_get_va(ta->ta_mobj, 0, sz); in ta_load()
H A Dentry_std.c642 buf = mobj_get_va(param.u[1].mem.mobj, param.u[1].mem.offs, sz); in get_protmem_config()
H A Dtee_rpmb_fs.c452 mem->req_hdr = mobj_get_va(mem->mobj, 0, req_s); in tee_rpmb_alloc()
457 mem->req_data = mobj_get_va(mem->mobj, 0, req_s); in tee_rpmb_alloc()
461 mem->resp_data = mobj_get_va(mem->mobj, req_s, resp_s); in tee_rpmb_alloc()
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c110 p = mobj_get_va(mobj, offset, sizeof(struct optee_msg_arg)); in get_msg_arg()
120 if (!mobj_get_va(mobj, offset, sz)) in get_msg_arg()
127 p = mobj_get_va(mobj, offset + sz, rpc_sz); in get_msg_arg()
478 arg = mobj_get_va(mobj, 0, sz); in get_rpc_arg()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c109 p = mobj_get_va(mobj, offset, sizeof(struct optee_msg_arg)); in get_msg_arg()
119 if (!mobj_get_va(mobj, offset, sz)) in get_msg_arg()
126 p = mobj_get_va(mobj, offset + sz, rpc_sz); in get_msg_arg()
477 arg = mobj_get_va(mobj, 0, sz); in get_rpc_arg()
H A Dthread.c1046 *offset = thread_user_kcode_va - (vaddr_t)mobj_get_va(*mobj, 0, *sz); in thread_get_user_kcode()
1062 (vaddr_t)mobj_get_va(*mobj, 0, *sz); in thread_get_user_kdata()
H A Dstmm_sp.c516 va = mobj_get_va(mem->mobj, mem->offs, mem->size); in stmm_enter_invoke_cmd()
H A Dthread_spmc.c2056 arg = mobj_get_va(mobj, offset, sizeof(*arg)); in yielding_call_with_arg()
2066 thr->rpc_arg = mobj_get_va(mobj, offset + sz, sz_rpc); in yielding_call_with_arg()
/optee_os/core/include/mm/
H A Dmobj.h61 static inline void *mobj_get_va(struct mobj *mobj, size_t offset, size_t len) in mobj_get_va() function
175 void *buf = mobj_get_va(mobj, 0, mobj->size); in mobj_put_wipe()
/optee_os/core/pta/
H A Dgprof.c29 va = mobj_get_va(mobj, 0, sizeof(*uuid) + len); in gprof_send_rpc()