Searched defs:mobj_ops (Results 1 – 1 of 1) sorted by relevance
33 struct mobj_ops { struct34 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);[all …]