Lines Matching full:iommu
33 /* iommu fault flags */
52 * struct iommu_ops - iommu ops and capabilities
53 * @domain_init: init iommu domain
54 * @domain_destroy: destroy iommu domain
55 * @attach_dev: attach device to an iommu domain
56 * @detach_dev: detach device from an iommu domain
57 * @map: map a physically contiguous memory region to an iommu domain
58 * @unmap: unmap a physically contiguous memory region from an iommu domain
61 * @commit: commit iommu domain
102 * report_iommu_fault() - report about an IOMMU fault to the IOMMU framework
103 * @domain: the iommu domain where the fault has happened
108 * This function should be called by the low-level IOMMU implementations
109 * whenever IOMMU faults happen, to allow high-level users, that are
123 * elicit the default behavior of the IOMMU drivers).