Home
last modified time | relevance | path

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

/optee_os/core/mm/
A Dmobj.c345 struct mobj_shm { struct
351 static struct mobj_shm *to_mobj_shm(struct mobj *mobj); argument
355 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_va()
367 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_pa()
400 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_free()
423 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm()
426 return container_of(mobj, struct mobj_shm, mobj); in to_mobj_shm()
431 struct mobj_shm *m; in mobj_shm_alloc()

Completed in 3 milliseconds