Searched defs:iommu_domain_ops (Results 1 – 1 of 1) sorted by relevance
642 struct iommu_domain_ops { struct643 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);647 int (*map_pages)(struct iommu_domain *domain, unsigned long iova,654 void (*flush_iotlb_all)(struct iommu_domain *domain);657 void (*iotlb_sync)(struct iommu_domain *domain,659 int (*cache_invalidate_user)(struct iommu_domain *domain,662 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain,665 bool (*enforce_cache_coherency)(struct iommu_domain *domain);666 int (*enable_nesting)(struct iommu_domain *domain);667 int (*set_pgtable_quirks)(struct iommu_domain *domain,[all …]
Completed in 10 milliseconds