Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/mm/
A Dmobj.c347 struct mobj_shm { struct
353 static struct mobj_shm *to_mobj_shm(struct mobj *mobj); argument
357 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_va()
369 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_pa()
413 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_free()
438 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm()
441 return container_of(mobj, struct mobj_shm, mobj); in to_mobj_shm()
446 struct mobj_shm *m; in mobj_shm_alloc()

Completed in 3 milliseconds