Home
last modified time | relevance | path

Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Diommu.h189 struct iommu_ops { struct
190 bool (*capable)(enum iommu_cap);
193 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
194 void (*domain_free)(struct iommu_domain *);
196 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);
197 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);
198 int (*map)(struct iommu_domain *domain, unsigned long iova,
200 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,
202 void (*flush_iotlb_all)(struct iommu_domain *domain);
203 void (*iotlb_range_add)(struct iommu_domain *domain,
[all …]
Ddevice.h140 const struct iommu_ops *iommu_ops; member
/Linux-v4.19/arch/arm/mm/
Ddma-mapping.c2090 const struct dma_map_ops iommu_ops = { variable