Searched refs:to_mobj_shm (Results 1 – 1 of 1) sorted by relevance
244 static struct mobj_shm *to_mobj_shm(struct mobj *mobj);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()283 return to_mobj_shm(mobj)->pa & (granule - 1); in mobj_shm_get_phys_offs()304 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_free()311 return to_mobj_shm(mobj)->cookie; in mobj_shm_get_cookie()329 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm() function