Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
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()
A Dthread.c643 va = mobj_get_va(ce->mobj, 0, sz); in thread_rpc_shm_cache_alloc()
650 va = mobj_get_va(ce->mobj, 0, sz); in thread_rpc_shm_cache_alloc()
A Dpseudo_ta.c84 va = mobj_get_va(mem->mobj, mem->offs, in copy_in_param()
A Duser_ta.c294 buf = mobj_get_va(mobj, 0, pl_sz); in user_ta_dump_ftrace()
A Dree_fs_ta.c210 *ta = mobj_get_va(*mobj, 0, params[1].u.memref.size); in rpc_load()
/optee_os-3.20.0/core/tee/
A Dtee_supp_plugin_rpc.c48 va = mobj_get_va(mobj, 0, len); in tee_invoke_supp_plugin_rpc()
A Dtadb.c708 ta->ta_buf = mobj_get_va(ta->ta_mobj, 0, sz); in ta_load()
A Dtee_svc.c634 v = mobj_get_va(*mobj, 0, size); in alloc_temp_sec_mem()
A Dtee_rpmb_fs.c450 *req = mobj_get_va(mem->phreq_mobj, 0, req_s); in tee_rpmb_alloc()
451 *resp = mobj_get_va(mem->phresp_mobj, 0, resp_s); in tee_rpmb_alloc()
/optee_os-3.20.0/core/include/mm/
A Dmobj.h56 static inline void *mobj_get_va(struct mobj *mobj, size_t offset, size_t len) in mobj_get_va() function
170 void *buf = mobj_get_va(mobj, 0, mobj->size); in mobj_put_wipe()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_optee_smc.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()
A Dthread.c1039 *offset = thread_user_kcode_va - (vaddr_t)mobj_get_va(*mobj, 0, *sz); in thread_get_user_kcode()
1055 (vaddr_t)mobj_get_va(*mobj, 0, *sz); in thread_get_user_kdata()
A Dthread_spmc.c1037 arg = mobj_get_va(mobj, offset, sizeof(*arg)); in yielding_call_with_arg()
1047 thr->rpc_arg = mobj_get_va(mobj, offset + sz, sz_rpc); in yielding_call_with_arg()
A Dstmm_sp.c419 va = mobj_get_va(mem->mobj, mem->offs, mem->size); in stmm_enter_invoke_cmd()
/optee_os-3.20.0/core/pta/
A Dbenchmark.c78 bench_ts_global = (struct tee_ts_global *)mobj_get_va(bench_mobj, 0, in alloc_benchmark_buffer()
A Dgprof.c29 va = mobj_get_va(mobj, 0, sizeof(*uuid) + len); in gprof_send_rpc()
/optee_os-3.20.0/core/mm/
A Dmobj.c261 return mobj_get_va(to_mobj_mm(mobj)->parent_mobj, in mobj_mm_get_va()

Completed in 30 milliseconds