Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h666 struct iommu_ops { struct
667 bool (*capable)(struct device *dev, enum iommu_cap);
668 void *(*hw_info)(struct device *dev, u32 *length,
673 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
675 struct iommu_domain *(*domain_alloc_identity)(struct device *dev);
676 struct iommu_domain *(*domain_alloc_paging_flags)(
679 struct iommu_domain *(*domain_alloc_paging)(struct device *dev);
680 struct iommu_domain *(*domain_alloc_sva)(struct device *dev,
682 struct iommu_domain *(*domain_alloc_nested)(
686 struct iommu_device *(*probe_device)(struct device *dev);
[all …]
/linux/arch/arm/mm/
H A Ddma-mapping.c1456 static const struct dma_map_ops iommu_ops = { variable