Searched refs:mobj_matches (Results 1 – 3 of 3) sorted by relevance
85 static inline bool mobj_matches(struct mobj *mobj, enum buf_is_attr attr) in mobj_matches() function200 return mobj_matches(mobj, CORE_MEM_NON_SEC); in mobj_is_nonsec()205 return mobj_matches(mobj, CORE_MEM_SEC); in mobj_is_secure()210 return mobj_matches(mobj, CORE_MEM_SDP_MEM); in mobj_is_sdp_mem()
512 mobj_matches(params[n].u.memref.mobj, in get_rpc_arg()516 } else if (mobj_matches(params[n].u.memref.mobj, in get_rpc_arg()
286 return mobj_matches(to_mobj_mm(mobj)->parent_mobj, attr); in mobj_mm_matches()
Completed in 6 milliseconds