Lines Matching refs:attr
89 static bool mobj_phys_matches(struct mobj *mobj, enum buf_is_attr attr) in mobj_phys_matches() argument
96 switch (attr) { in mobj_phys_matches()
106 return attr == a; in mobj_phys_matches()
284 static bool mobj_mm_matches(struct mobj *mobj, enum buf_is_attr attr) in mobj_mm_matches() argument
286 return mobj_matches(to_mobj_mm(mobj)->parent_mobj, attr); in mobj_mm_matches()
395 static bool mobj_shm_matches(struct mobj *mobj __unused, enum buf_is_attr attr) in mobj_shm_matches() argument
397 return attr == CORE_MEM_NSEC_SHM || attr == CORE_MEM_NON_SEC; in mobj_shm_matches()
498 enum buf_is_attr attr) in mobj_seccpy_shm_matches() argument
502 return attr == CORE_MEM_SEC || attr == CORE_MEM_TEE_RAM; in mobj_seccpy_shm_matches()
623 enum buf_is_attr attr) in mobj_with_fobj_matches() argument
633 return attr == CORE_MEM_SEC; in mobj_with_fobj_matches()