Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Dcontainer.c22 struct vfio_iommu_driver *iommu_driver; member
166 struct vfio_iommu_driver *iommu_driver = in vfio_device_container_register() local
167 device->group->container->iommu_driver; in vfio_device_container_register()
169 if (iommu_driver && iommu_driver->ops->register_device) in vfio_device_container_register()
170 iommu_driver->ops->register_device( in vfio_device_container_register()
176 struct vfio_iommu_driver *iommu_driver = in vfio_device_container_unregister() local
177 device->group->container->iommu_driver; in vfio_device_container_unregister()
179 if (iommu_driver && iommu_driver->ops->unregister_device) in vfio_device_container_unregister()
180 iommu_driver->ops->unregister_device( in vfio_device_container_unregister()
193 driver = container->iommu_driver; in vfio_container_ioctl_check_extension()
[all …]