Lines Matching defs:iommu
14 #include <linux/iommu.h>
25 #include "dma-iommu.h"
35 struct iommu_device iommu;
364 * Virtio-iommu doesn't allow UNMAP to split a mapping created
745 * In the virtio-iommu device, when attaching the endpoint to a new
995 return &viommu->iommu;
1178 ret = iommu_device_sysfs_add(&viommu->iommu, dev, NULL, "%s",
1183 iommu_device_register(&viommu->iommu, &viommu_ops, parent_dev);
1203 iommu_device_sysfs_remove(&viommu->iommu);
1204 iommu_device_unregister(&viommu->iommu);