Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
153 struct iommu_ops { struct154 bool (*capable)(enum iommu_cap);157 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);158 void (*domain_free)(struct iommu_domain *);160 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);161 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);162 int (*map)(struct iommu_domain *domain, unsigned long iova,164 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,166 size_t (*map_sg)(struct iommu_domain *domain, unsigned long iova,168 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova);[all …]
128 const struct iommu_ops *iommu_ops; member
1852 struct dma_map_ops iommu_ops = { variable