Home
last modified time | relevance | path

Searched refs:dma_iommu_dma_supported (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Ddma-iommu.c88 int dma_iommu_dma_supported(struct device *dev, u64 mask) in dma_iommu_dma_supported() function
123 if (dma_iommu_dma_supported(dev, bypass_mask)) { in dma_iommu_get_required_mask()
144 .dma_supported = dma_iommu_dma_supported,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Diommu.h147 extern int dma_iommu_dma_supported(struct device *dev, u64 mask);
245 static inline int dma_iommu_dma_supported(struct device *dev, u64 mask) in dma_iommu_dma_supported() function
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dvio.c607 .dma_supported = dma_iommu_dma_supported,