dma_release_from_contiguous  567 arch/arm/mm/dma-mapping.c 			dma_release_from_contiguous(dev, page, count);
dma_release_from_contiguous  589 arch/arm/mm/dma-mapping.c 	dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT);
dma_release_from_contiguous 1334 arch/arm/mm/dma-mapping.c 		dma_release_from_contiguous(dev, pages[0], count);
dma_release_from_contiguous  174 arch/xtensa/kernel/pci-dma.c 			if (!dma_release_from_contiguous(dev, page, count))
dma_release_from_contiguous  200 arch/xtensa/kernel/pci-dma.c 	if (!dma_release_from_contiguous(dev, page, count))
dma_release_from_contiguous 2736 drivers/iommu/amd_iommu.c 	if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
dma_release_from_contiguous 2765 drivers/iommu/amd_iommu.c 	if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
dma_release_from_contiguous 3664 drivers/iommu/intel-iommu.c 	if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
dma_release_from_contiguous 3683 drivers/iommu/intel-iommu.c 	if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
dma_release_from_contiguous  113 include/linux/dma-contiguous.h bool dma_release_from_contiguous(struct device *dev, struct page *pages,
dma_release_from_contiguous  167 kernel/dma/remap.c 	if (!dma_release_from_contiguous(NULL, page, nr_pages))