Searched refs:to_mobj_protmem (Results 1 – 1 of 1) sorted by relevance
548 static struct mobj_protmem *to_mobj_protmem(struct mobj *mobj);587 struct mobj_protmem *m = to_mobj_protmem(mobj); in mobj_protmem_get_pa()638 struct mobj_protmem *r = to_mobj_protmem(mobj); in mobj_protmem_free()659 return to_mobj_protmem(mobj)->cookie; in mobj_protmem_get_cookie()664 assert(to_mobj_protmem(mobj)); in mobj_protmem_inc_map()670 assert(to_mobj_protmem(mobj)); in mobj_protmem_dec_map()685 static struct mobj_protmem *to_mobj_protmem(struct mobj *mobj) in to_mobj_protmem() function