Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/
Dcontainer.c22 struct vfio_iommu_driver *iommu_driver; member
173 struct vfio_iommu_driver *iommu_driver = in vfio_device_container_register() local
174 device->group->container->iommu_driver; in vfio_device_container_register()
176 if (iommu_driver && iommu_driver->ops->register_device) in vfio_device_container_register()
177 iommu_driver->ops->register_device( in vfio_device_container_register()
183 struct vfio_iommu_driver *iommu_driver = in vfio_device_container_unregister() local
184 device->group->container->iommu_driver; in vfio_device_container_unregister()
186 if (iommu_driver && iommu_driver->ops->unregister_device) in vfio_device_container_unregister()
187 iommu_driver->ops->unregister_device( in vfio_device_container_unregister()
199 driver = container->iommu_driver; in vfio_container_ioctl_check_extension()
[all …]