sg_phys           125 arch/arm/mm/dma-mapping-nommu.c 		sg_dma_address(sg) = sg_phys(sg);
sg_phys           615 arch/mips/jazz/jazzdma.c 			arch_sync_dma_for_device(dev, sg_phys(sg), sg->length,
sg_phys           617 arch/mips/jazz/jazzdma.c 		sg->dma_address = vdma_alloc(sg_phys(sg), sg->length);
sg_phys           634 arch/mips/jazz/jazzdma.c 			arch_sync_dma_for_cpu(dev, sg_phys(sg), sg->length,
sg_phys           659 arch/mips/jazz/jazzdma.c 		arch_sync_dma_for_device(dev, sg_phys(sg), sg->length, dir);
sg_phys           669 arch/mips/jazz/jazzdma.c 		arch_sync_dma_for_cpu(dev, sg_phys(sg), sg->length, dir);
sg_phys           644 arch/powerpc/platforms/ps3/system-bus.c 		int result = ps3_dma_map(dev->d_region, sg_phys(sg),
sg_phys           304 arch/x86/kernel/amd_gart_64.c 		unsigned long addr = sg_phys(s);
sg_phys           401 arch/x86/kernel/amd_gart_64.c 		dma_addr_t addr = sg_phys(s);
sg_phys           424 drivers/crypto/axis/artpec6_crypto.c 	return sg_phys(awalk->sg) + awalk->offset;
sg_phys           101 drivers/gpu/drm/rockchip/rockchip_drm_gem.c 		sg_dma_address(s) = sg_phys(s);
sg_phys          1001 drivers/gpu/drm/virtio/virtgpu_vq.c 					    : sg_phys(sg));
sg_phys           253 drivers/ide/au1xxx-ide.c 					sg_phys(sg), tc, flags)) {
sg_phys           259 drivers/ide/au1xxx-ide.c 					sg_phys(sg), tc, flags)) {
sg_phys            77 drivers/infiniband/hw/usnic/usnic_uiom.c 			pa = sg_phys(sg);
sg_phys           170 drivers/infiniband/hw/usnic/usnic_uiom.c 				pa = sg_phys(sg);
sg_phys           265 drivers/infiniband/hw/usnic/usnic_uiom.c 			pa = sg_phys(&chunk->page_list[i]);
sg_phys          2562 drivers/iommu/amd_iommu.c 		n = iommu_num_pages(sg_phys(s), s->length, PAGE_SIZE);
sg_phys          2604 drivers/iommu/amd_iommu.c 		int j, pages = iommu_num_pages(sg_phys(s), s->length, PAGE_SIZE);
sg_phys          2610 drivers/iommu/amd_iommu.c 			phys_addr = (sg_phys(s) & PAGE_MASK) + (j << PAGE_SHIFT);
sg_phys          2642 drivers/iommu/amd_iommu.c 		int j, pages = iommu_num_pages(sg_phys(s), s->length, PAGE_SIZE);
sg_phys           687 drivers/iommu/dma-iommu.c 		arch_sync_dma_for_cpu(dev, sg_phys(sg), sg->length, dir);
sg_phys           701 drivers/iommu/dma-iommu.c 		arch_sync_dma_for_device(dev, sg_phys(sg), sg->length, dir);
sg_phys          2254 drivers/iommu/intel-iommu.c 			pteval = (sg_phys(sg) - pgoff) | prot;
sg_phys          3763 drivers/iommu/intel-iommu.c 		     sg_phys(sglist), size << VTD_PAGE_SHIFT);
sg_phys          2004 drivers/iommu/iommu.c 		phys_addr_t s_phys = sg_phys(sg);
sg_phys           133 drivers/media/platform/rockchip/rga/rga-buf.c 		address = sg_phys(sgl);
sg_phys           658 drivers/mmc/host/au1xmmc.c 					sg_phys(sg), len, flags);
sg_phys           661 drivers/mmc/host/au1xmmc.c 					sg_phys(sg), len, flags);
sg_phys           577 drivers/nvme/host/pci.c 		dma_addr_t phys = sg_phys(sg);
sg_phys           833 drivers/pci/p2pdma.c 		paddr = sg_phys(s);
sg_phys          1121 drivers/scsi/qla2xxx/qla_iocb.c 			u64 sle_phys = sg_phys(sg);
sg_phys          1167 drivers/scsi/qla2xxx/qla_iocb.c 			    __func__, i, (u64)sg_phys(sg), sglen, ldma_sg_len,
sg_phys           557 drivers/staging/unisys/visorhba/visorhba_main.c 		cmdrsp->scsi.gpi_list[i].address = sg_phys(sg);
sg_phys           330 drivers/virtio/virtio_ring.c 		return (dma_addr_t)sg_phys(sg);