Lines Matching defs:mobj

26 struct mobj {  struct
27 const struct mobj_ops *ops; argument
34 void *(*get_va)(struct mobj *mobj, size_t offs, size_t len); argument
61 static inline void *mobj_get_va(struct mobj *mobj, size_t offset, size_t len) in mobj_get_va()
68 static inline TEE_Result mobj_get_pa(struct mobj *mobj, size_t offs, in mobj_get_pa()
76 static inline size_t mobj_get_phys_offs(struct mobj *mobj, size_t granule) in mobj_get_phys_offs()
83 static inline TEE_Result mobj_get_mem_type(struct mobj *mobj, uint32_t *mt) in mobj_get_mem_type()
90 static inline bool mobj_matches(struct mobj *mobj, enum buf_is_attr attr) in mobj_matches()
107 static inline TEE_Result mobj_inc_map(struct mobj *mobj) in mobj_inc_map()
127 static inline TEE_Result mobj_dec_map(struct mobj *mobj) in mobj_dec_map()
145 static inline struct mobj *mobj_get(struct mobj *mobj) in mobj_get()
160 static inline void mobj_put(struct mobj *mobj) in mobj_put()
172 static inline void mobj_put_wipe(struct mobj *mobj) in mobj_put_wipe()
183 static inline uint64_t mobj_get_cookie(struct mobj *mobj) in mobj_get_cookie()
195 static inline struct fobj *mobj_get_fobj(struct mobj *mobj) in mobj_get_fobj()
203 static inline bool mobj_is_nonsec(struct mobj *mobj) in mobj_is_nonsec()
208 static inline bool mobj_is_secure(struct mobj *mobj) in mobj_is_secure()
213 static inline bool mobj_is_sdp_mem(struct mobj *mobj) in mobj_is_sdp_mem()
218 static inline size_t mobj_get_phys_granule(struct mobj *mobj) in mobj_get_phys_granule()
225 static inline bool mobj_check_offset_and_len(struct mobj *mobj, size_t offset, in mobj_check_offset_and_len()