Home
last modified time | relevance | path

Searched refs:iommufd_object (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/iommu/iommufd/
H A Diommufd_private.h126 struct iommufd_object { struct
133 static inline bool iommufd_lock_obj(struct iommufd_object *obj) in iommufd_lock_obj() argument
144 struct iommufd_object *iommufd_get_object(struct iommufd_ctx *ictx, u32 id,
146 static inline void iommufd_put_object(struct iommufd_object *obj) in iommufd_put_object()
152 void iommufd_object_abort(struct iommufd_ctx *ictx, struct iommufd_object *obj);
154 struct iommufd_object *obj);
156 struct iommufd_object *obj);
158 struct iommufd_object *obj, bool allow_fail);
160 struct iommufd_object *obj) in iommufd_object_destroy_user()
165 struct iommufd_object *obj) in iommufd_object_deref_user()
[all …]
H A Dmain.c26 void (*destroy)(struct iommufd_object *obj);
27 void (*abort)(struct iommufd_object *obj);
32 struct iommufd_object *_iommufd_object_alloc(struct iommufd_ctx *ictx, in _iommufd_object_alloc()
37 struct iommufd_object *obj; in _iommufd_object_alloc()
82 struct iommufd_object *obj) in iommufd_object_finalize()
92 void iommufd_object_abort(struct iommufd_ctx *ictx, struct iommufd_object *obj) in iommufd_object_abort()
106 struct iommufd_object *obj) in iommufd_object_abort_and_destroy()
115 struct iommufd_object *iommufd_get_object(struct iommufd_ctx *ictx, u32 id, in iommufd_get_object()
118 struct iommufd_object *obj; in iommufd_get_object()
136 static struct iommufd_object *iommufd_object_remove(struct iommufd_ctx *ictx, in iommufd_object_remove()
[all …]
H A Dhw_pagetable.c10 void iommufd_hw_pagetable_destroy(struct iommufd_object *obj) in iommufd_hw_pagetable_destroy()
29 void iommufd_hw_pagetable_abort(struct iommufd_object *obj) in iommufd_hw_pagetable_abort()
H A Ddevice.c134 void iommufd_device_destroy(struct iommufd_object *obj) in iommufd_device_destroy()
248 struct iommufd_object *obj; in iommufd_ctx_has_group()
575 struct iommufd_object *pt_obj;
749 void iommufd_access_destroy_object(struct iommufd_object *obj) in iommufd_access_destroy_object()
H A Dselftest.c117 struct iommufd_object obj;
344 struct iommufd_object *obj; in get_md_pagetable()
479 struct iommufd_object *dev_obj; in iommufd_test_mock_domain_replace()
995 void iommufd_selftest_destroy(struct iommufd_object *obj) in iommufd_selftest_destroy()
H A Dioas.c12 void iommufd_ioas_destroy(struct iommufd_object *obj) in iommufd_ioas_destroy()