Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
233 struct iommu_ops { struct234 bool (*capable)(enum iommu_cap);237 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);238 void (*domain_free)(struct iommu_domain *);240 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);241 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);242 int (*map)(struct iommu_domain *domain, unsigned long iova,244 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,246 void (*flush_iotlb_all)(struct iommu_domain *domain);247 void (*iotlb_sync_map)(struct iommu_domain *domain);[all …]
109 const struct iommu_ops *iommu_ops; member
1983 static const struct dma_map_ops iommu_ops = { variable