Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
249 struct iommu_ops { struct250 bool (*capable)(enum iommu_cap);253 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);254 void (*domain_free)(struct iommu_domain *);256 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);257 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);258 int (*map)(struct iommu_domain *domain, unsigned long iova,260 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,262 void (*flush_iotlb_all)(struct iommu_domain *domain);263 void (*iotlb_sync_map)(struct iommu_domain *domain);[all …]
141 const struct iommu_ops *iommu_ops; member
2018 const struct dma_map_ops iommu_ops = { variable