Lines Matching defs:mobj_ops
33 struct mobj_ops { struct
34 void *(*get_va)(struct mobj *mobj, size_t offs, size_t len);
35 TEE_Result (*get_pa)(struct mobj *mobj, size_t offs, size_t granule,
37 size_t (*get_phys_offs)(struct mobj *mobj, size_t granule);
38 TEE_Result (*get_mem_type)(struct mobj *mobj, uint32_t *mt);
39 bool (*matches)(struct mobj *mobj, enum buf_is_attr attr);
40 void (*free)(struct mobj *mobj);
41 uint64_t (*get_cookie)(struct mobj *mobj);
42 struct fobj *(*get_fobj)(struct mobj *mobj);
43 TEE_Result (*inc_map)(struct mobj *mobj);
44 TEE_Result (*dec_map)(struct mobj *mobj);