Searched defs:iommu_ops (Results 1 – 2 of 2) sorted by relevance
191 struct iommu_ops { struct192 bool (*capable)(enum iommu_cap);195 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);196 void (*domain_free)(struct iommu_domain *);198 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);199 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);200 int (*map)(struct iommu_domain *domain, unsigned long iova,202 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,204 size_t (*map_sg)(struct iommu_domain *domain, unsigned long iova,206 void (*flush_iotlb_all)(struct iommu_domain *domain);[all …]
134 const struct iommu_ops *iommu_ops; member