Lines Matching defs:iommu_domain_ops
332 struct iommu_domain_ops { struct
333 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);
334 int (*set_dev_pasid)(struct iommu_domain *domain, struct device *dev,
337 int (*map)(struct iommu_domain *domain, unsigned long iova,
339 int (*map_pages)(struct iommu_domain *domain, unsigned long iova,
342 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,
344 size_t (*unmap_pages)(struct iommu_domain *domain, unsigned long iova,
348 void (*flush_iotlb_all)(struct iommu_domain *domain);
349 void (*iotlb_sync_map)(struct iommu_domain *domain, unsigned long iova,
351 void (*iotlb_sync)(struct iommu_domain *domain,
354 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain,
357 bool (*enforce_cache_coherency)(struct iommu_domain *domain);
358 int (*enable_nesting)(struct iommu_domain *domain);
359 int (*set_pgtable_quirks)(struct iommu_domain *domain,
362 void (*free)(struct iommu_domain *domain);