Searched defs:mobj_ops (Results 1 – 1 of 1) sorted by relevance
27 struct mobj_ops { struct28 void *(*get_va)(struct mobj *mobj, size_t offs, size_t len);29 TEE_Result (*get_pa)(struct mobj *mobj, size_t offs, size_t granule,31 size_t (*get_phys_offs)(struct mobj *mobj, size_t granule);32 TEE_Result (*get_mem_type)(struct mobj *mobj, uint32_t *mt);33 bool (*matches)(struct mobj *mobj, enum buf_is_attr attr);34 void (*free)(struct mobj *mobj);35 uint64_t (*get_cookie)(struct mobj *mobj);36 struct fobj *(*get_fobj)(struct mobj *mobj);37 TEE_Result (*inc_map)(struct mobj *mobj);[all …]
Completed in 3 milliseconds