Home
last modified time | relevance | path

Searched refs:vfio_iommu_driver_ops (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/vfio/
H A Dvfio.h202 struct vfio_iommu_driver_ops { struct
232 const struct vfio_iommu_driver_ops *ops; argument
236 int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops);
237 void vfio_unregister_iommu_driver(const struct vfio_iommu_driver_ops *ops);
H A Dcontainer.c66 static const struct vfio_iommu_driver_ops vfio_noiommu_ops = {
91 int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops) in vfio_register_iommu_driver()
123 void vfio_unregister_iommu_driver(const struct vfio_iommu_driver_ops *ops) in vfio_unregister_iommu_driver()
H A Dvfio_iommu_spapr_tce.c1347 static const struct vfio_iommu_driver_ops tce_iommu_driver_ops = {
H A Dvfio_iommu_type1.c3168 static const struct vfio_iommu_driver_ops vfio_iommu_driver_ops_type1 = {
/openbmc/linux/Documentation/driver-api/
H A Dvfio-mediated-device.rst262 and unpin_pages callbacks of the struct vfio_iommu_driver_ops[4]. Currently
273 4. struct vfio_iommu_driver_ops in include/linux/vfio.h