Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dmobj.c40 static struct mobj_phys *to_mobj_phys(struct mobj *mobj);
44 struct mobj_phys *moph = to_mobj_phys(mobj); in mobj_phys_get_va()
55 struct mobj_phys *moph = to_mobj_phys(mobj); in mobj_phys_get_pa()
77 struct mobj_phys *moph = to_mobj_phys(mobj); in mobj_phys_get_mem_type()
88 struct mobj_phys *moph = to_mobj_phys(mobj); in mobj_phys_matches()
110 struct mobj_phys *moph = to_mobj_phys(mobj); in mobj_phys_free()
129 static struct mobj_phys *to_mobj_phys(struct mobj *mobj) in to_mobj_phys() function