/linux-4.4.14/arch/sparc/kernel/ |
D | ioport.c | 558 sg->dma_address = sg_phys(sg); in pci32_map_sg() 577 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_unmap_sg() 622 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_sync_sg_for_cpu() 635 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_sync_sg_for_device()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | dma-mapping.h | 60 sg->dma_address = sg_phys(sg); in dma_map_sg() 99 sg->dma_address = sg_phys(sg); in dma_unmap_sg()
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci-dma.c | 215 sg->dma_address = sg_phys(sg); in tile_dma_map_sg() 234 sg->dma_address = sg_phys(sg); in tile_dma_unmap_sg() 388 sg->dma_address = sg_phys(sg); in tile_pci_dma_map_sg() 410 sg->dma_address = sg_phys(sg); in tile_pci_dma_unmap_sg()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | dma.c | 57 sg->dma_address = sg_phys(sg); in map_sg()
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-nommu.c | 67 s->dma_address = sg_phys(s); in nommu_map_sg()
|
D | amd_gart_64.c | 313 unsigned long addr = sg_phys(s); in dma_map_sg_nonforce() 413 dma_addr_t addr = sg_phys(s); in gart_map_sg()
|
/linux-4.4.14/arch/sh/kernel/ |
D | dma-nommu.c | 40 s->dma_address = sg_phys(s); in nommu_map_sg()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_uiom.c | 90 pa = sg_phys(sg); in usnic_uiom_put_pages() 173 pa = sg_phys(sg); in usnic_uiom_get_pages() 267 pa = sg_phys(&chunk->page_list[i]); in usnic_uiom_map_sorted_intervals()
|
/linux-4.4.14/tools/virtio/linux/ |
D | scatterlist.h | 172 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_iommu.c | 60 u32 pa = sg_phys(sg) - sg->offset; in msm_iommu_map()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | dma-mapping.h | 63 sg->dma_address = sg_phys(sg); in dma_map_sg()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | dma.c | 116 s->dma_address = sg_phys(s); in hexagon_map_sg()
|
/linux-4.4.14/arch/nios2/mm/ |
D | dma-mapping.c | 72 sg->dma_address = sg_phys(sg); in dma_map_sg()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | dma.c | 164 sg->dma_address = sg_phys(sg); in dma_map_sg()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | dma.c | 63 sg->dma_address = sg_phys(sg); in dma_direct_map_sg()
|
/linux-4.4.14/drivers/ide/ |
D | au1xxx-ide.c | 253 sg_phys(sg), tc, flags)) { in auide_build_dmatable() 259 sg_phys(sg), tc, flags)) { in auide_build_dmatable()
|
/linux-4.4.14/drivers/xen/ |
D | swiotlb-xen.c | 549 phys_addr_t paddr = sg_phys(sg); in xen_swiotlb_map_sg_attrs() 558 sg_phys(sg), in xen_swiotlb_map_sg_attrs()
|
/linux-4.4.14/include/linux/ |
D | scatterlist.h | 224 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_ring.c | 215 desc[i].addr = cpu_to_virtio64(_vq->vdev, sg_phys(sg)); in virtqueue_add() 224 desc[i].addr = cpu_to_virtio64(_vq->vdev, sg_phys(sg)); in virtqueue_add()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | dma.c | 204 sg->dma_address = sg_phys(sg) + get_dma_offset(dev); in dma_direct_map_sg()
|
/linux-4.4.14/lib/ |
D | swiotlb.c | 888 phys_addr_t paddr = sg_phys(sg); in swiotlb_map_sg_attrs() 893 phys_addr_t map = map_single(hwdev, sg_phys(sg), in swiotlb_map_sg_attrs()
|
/linux-4.4.14/drivers/mmc/host/ |
D | au1xmmc.c | 656 sg_phys(sg), len, flags); in au1xmmc_prepare_data() 659 sg_phys(sg), len, flags); in au1xmmc_prepare_data()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | gem.c | 212 sg_dma_address(s) = sg_phys(s); in tegra_bo_get_pages()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 654 int result = ps3_dma_map(dev->d_region, sg_phys(sg), in ps3_sb_map_sg()
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 509 cmdrsp->scsi.gpi_list[i].address = sg_phys(sg); in visorhba_queue_command_lck()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_vq.c | 903 ents[si].addr = cpu_to_le64(sg_phys(sg)); in virtio_gpu_object_attach()
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion.c | 255 sg_dma_address(sg) = sg_phys(sg); in ion_buffer_create()
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 2643 paddr = sg_phys(s); in map_sg()
|
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 1586 sksg->host_side_addr = sg_phys(sg); in skd_skreq_prep_buffering()
|