Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dmobj.c238 struct mobj_shm { struct
244 static struct mobj_shm *to_mobj_shm(struct mobj *mobj); argument
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()
304 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_free()
329 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm()
332 return container_of(mobj, struct mobj_shm, mobj); in to_mobj_shm()
337 struct mobj_shm *m; in mobj_shm_alloc()