Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
138 struct iommu_ops { struct139 bool (*capable)(enum iommu_cap);142 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);143 void (*domain_free)(struct iommu_domain *);145 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);146 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);147 int (*map)(struct iommu_domain *domain, unsigned long iova,149 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,151 size_t (*map_sg)(struct iommu_domain *domain, unsigned long iova,153 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova);[all …]
128 const struct iommu_ops *iommu_ops; member
1840 struct dma_map_ops iommu_ops = { variable