Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/mm/
A Dmobj.c353 static struct mobj_shm *to_mobj_shm(struct mobj *mobj);
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()
392 return to_mobj_shm(mobj)->pa & (granule - 1); in mobj_shm_get_phys_offs()
413 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_free()
420 return to_mobj_shm(mobj)->cookie; in mobj_shm_get_cookie()
438 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm() function

Completed in 4 milliseconds