Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Diommu.h153 struct iommu_ops { struct
154 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 …]
Ddevice.h128 const struct iommu_ops *iommu_ops; member
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c1852 struct dma_map_ops iommu_ops = { variable