Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/linux/ |
D | iommu.h | 242 struct iommu_ops { struct 243 bool (*capable)(enum iommu_cap); 246 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type); 247 void (*domain_free)(struct iommu_domain *); 249 int (*attach_dev)(struct iommu_domain *domain, struct device *dev); 250 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); 251 int (*map)(struct iommu_domain *domain, unsigned long iova, 253 int (*map_pages)(struct iommu_domain *domain, unsigned long iova, 256 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova, 258 size_t (*unmap_pages)(struct iommu_domain *domain, unsigned long iova, [all …]
|
/Linux-v5.15/include/linux/device/ |
D | bus.h | 109 const struct iommu_ops *iommu_ops; member
|
/Linux-v5.15/arch/arm/mm/ |
D | dma-mapping.c | 1989 static const struct dma_map_ops iommu_ops = { variable
|