Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
189 struct iommu_ops { struct190 bool (*capable)(enum iommu_cap);193 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);194 void (*domain_free)(struct iommu_domain *);196 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);197 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);198 int (*map)(struct iommu_domain *domain, unsigned long iova,200 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,202 void (*flush_iotlb_all)(struct iommu_domain *domain);203 void (*iotlb_range_add)(struct iommu_domain *domain,[all …]
140 const struct iommu_ops *iommu_ops; member
2090 const struct dma_map_ops iommu_ops = { variable