get_sgtable       959 arch/alpha/kernel/pci_iommu.c 	.get_sgtable		= dma_common_get_sgtable,
get_sgtable       457 arch/arm/common/dmabounce.c 	.get_sgtable		= arm_dma_get_sgtable,
get_sgtable       186 arch/arm/mm/dma-mapping.c 	.get_sgtable		= arm_dma_get_sgtable,
get_sgtable       213 arch/arm/mm/dma-mapping.c 	.get_sgtable		= arm_dma_get_sgtable,
get_sgtable      2022 arch/arm/mm/dma-mapping.c 	.get_sgtable	= arm_iommu_get_sgtable,
get_sgtable      2044 arch/arm/mm/dma-mapping.c 	.get_sgtable	= arm_iommu_get_sgtable,
get_sgtable      2073 arch/ia64/hp/common/sba_iommu.c 	.get_sgtable		= dma_common_get_sgtable,
get_sgtable       686 arch/mips/jazz/jazzdma.c 	.get_sgtable		= dma_common_get_sgtable,
get_sgtable       211 arch/powerpc/kernel/dma-iommu.c 	.get_sgtable		= dma_common_get_sgtable,
get_sgtable       698 arch/powerpc/platforms/ps3/system-bus.c 	.get_sgtable = dma_common_get_sgtable,
get_sgtable       710 arch/powerpc/platforms/ps3/system-bus.c 	.get_sgtable = dma_common_get_sgtable,
get_sgtable       609 arch/powerpc/platforms/pseries/vio.c 	.get_sgtable	   = dma_common_get_sgtable,
get_sgtable       672 arch/s390/pci/pci_dma.c 	.get_sgtable	= dma_common_get_sgtable,
get_sgtable       681 arch/x86/kernel/amd_gart_64.c 	.get_sgtable			= dma_common_get_sgtable,
get_sgtable       472 arch/x86/kernel/pci-calgary_64.c 	.get_sgtable = dma_common_get_sgtable,
get_sgtable      2789 drivers/iommu/amd_iommu.c 	.get_sgtable	= dma_common_get_sgtable,
get_sgtable      1097 drivers/iommu/dma-iommu.c 	.get_sgtable		= iommu_dma_get_sgtable,
get_sgtable      3786 drivers/iommu/intel-iommu.c 	.get_sgtable = dma_common_get_sgtable,
get_sgtable      1027 drivers/parisc/ccio-dma.c 	.get_sgtable =		dma_common_get_sgtable,
get_sgtable      1079 drivers/parisc/sba_iommu.c 	.get_sgtable =		dma_common_get_sgtable,
get_sgtable       428 drivers/pci/controller/vmd.c 	ASSIGN_VMD_DMA_OPS(source, dest, get_sgtable);
get_sgtable       555 drivers/xen/swiotlb-xen.c 	.get_sgtable = dma_common_get_sgtable,
get_sgtable        90 include/linux/dma-mapping.h 	int (*get_sgtable)(struct device *dev, struct sg_table *sgt, void *,
get_sgtable       159 kernel/dma/mapping.c 	if (!ops->get_sgtable)
get_sgtable       161 kernel/dma/mapping.c 	return ops->get_sgtable(dev, sgt, cpu_addr, dma_addr, size, attrs);