Searched refs:to_mobj_protmem (Results 1 – 1 of 1) sorted by relevance
551 static struct mobj_protmem *to_mobj_protmem(struct mobj *mobj);590 struct mobj_protmem *m = to_mobj_protmem(mobj); in mobj_protmem_get_pa()641 struct mobj_protmem *r = to_mobj_protmem(mobj); in mobj_protmem_free()662 return to_mobj_protmem(mobj)->cookie; in mobj_protmem_get_cookie()667 assert(to_mobj_protmem(mobj)); in mobj_protmem_inc_map()673 assert(to_mobj_protmem(mobj)); in mobj_protmem_dec_map()688 static struct mobj_protmem *to_mobj_protmem(struct mobj *mobj) in to_mobj_protmem() function