Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dmobj.h76 static inline size_t mobj_get_phys_offs(struct mobj *mobj, size_t granule) in mobj_get_phys_offs() function
/optee_os/core/mm/
H A Dvm.c935 phys_offs = mobj_get_phys_offs(mem->mobj, in param_mem_to_user_va()
995 phys_offs = mobj_get_phys_offs(param->u[n].mem.mobj, in vm_map_param()
1141 poffs = mobj_get_phys_offs(r->mobj, in vm_buf_to_mboj_offs()
/optee_os/core/kernel/
H A Duser_ta.c324 ubuf = (uint8_t *)va + mobj_get_phys_offs(mobj, mobj->phys_granule); in user_ta_dump_ftrace()