Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dmobj.c244 static struct mobj_shm *to_mobj_shm(struct mobj *mobj);
248 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_va()
260 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_pa()
283 return to_mobj_shm(mobj)->pa & (granule - 1); in mobj_shm_get_phys_offs()
304 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_free()
311 return to_mobj_shm(mobj)->cookie; in mobj_shm_get_cookie()
329 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm() function