/linux-6.6.21/arch/mips/jazz/ ! |
D | jazzdma.c | 551 arch_sync_dma_for_device(sg_phys(sg), sg->length, in jazz_dma_map_sg() 553 sg->dma_address = vdma_alloc(sg_phys(sg), sg->length); in jazz_dma_map_sg() 570 arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir); in jazz_dma_unmap_sg() 594 arch_sync_dma_for_device(sg_phys(sg), sg->length, dir); in jazz_dma_sync_sg_for_device() 604 arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir); in jazz_dma_sync_sg_for_cpu()
|
/linux-6.6.21/drivers/infiniband/hw/usnic/ ! |
D | usnic_uiom.c | 76 pa = sg_phys(sg); in usnic_uiom_put_pages() 165 pa = sg_phys(sg); in usnic_uiom_get_pages() 260 pa = sg_phys(&chunk->page_list[i]); in usnic_uiom_map_sorted_intervals()
|
/linux-6.6.21/tools/virtio/linux/ ! |
D | scatterlist.h | 156 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
|
/linux-6.6.21/drivers/media/platform/rockchip/rga/ ! |
D | rga-buf.c | 133 address = sg_phys(sgl); in rga_buf_map()
|
/linux-6.6.21/arch/powerpc/kernel/ ! |
D | dma-iommu.c | 45 if (!can_map_direct(dev, sg_phys(s) + s->offset + s->length)) in arch_dma_map_sg_direct()
|
/linux-6.6.21/drivers/gpu/drm/virtio/ ! |
D | virtgpu_object.c | 170 (*ents)[si].addr = cpu_to_le64(sg_phys(sg)); in virtio_gpu_object_shmem_init()
|
/linux-6.6.21/arch/x86/kernel/ ! |
D | amd_gart_64.c | 301 unsigned long addr = sg_phys(s); in dma_map_sg_nonforce() 398 dma_addr_t addr = sg_phys(s); in gart_map_sg()
|
/linux-6.6.21/sound/virtio/ ! |
D | virtio_pcm_msg.c | 104 sg_phys(&sgs[idx]) + sgs[idx].length != page_to_phys(pg)) { in virtsnd_pcm_sg_from()
|
/linux-6.6.21/include/linux/ ! |
D | scatterlist.h | 387 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
|
/linux-6.6.21/drivers/gpu/drm/msm/ ! |
D | msm_iommu.c | 126 phys_addr_t phys = sg_phys(sg); in msm_iommu_pagetable_map()
|
/linux-6.6.21/drivers/gpu/drm/rockchip/ ! |
D | rockchip_drm_gem.c | 105 sg_dma_address(s) = sg_phys(s); in rockchip_gem_get_pages()
|
/linux-6.6.21/drivers/s390/scsi/ ! |
D | zfcp_qdio.c | 259 sbale->addr = sg_phys(sg); in zfcp_qdio_sbals_from_sg()
|
/linux-6.6.21/drivers/mmc/host/ ! |
D | au1xmmc.c | 642 sg_phys(sg), len, flags); in au1xmmc_prepare_data() 645 sg_phys(sg), len, flags); in au1xmmc_prepare_data()
|
/linux-6.6.21/drivers/pci/ ! |
D | p2pdma.c | 1027 sg->dma_address = sg_phys(sg) + state->bus_off; in pci_p2pdma_map_segment()
|
/linux-6.6.21/drivers/firmware/arm_ffa/ ! |
D | driver.c | 480 constituents->address = sg_phys(args->sg); in ffa_setup_and_transmit()
|
/linux-6.6.21/arch/powerpc/platforms/ps3/ ! |
D | system-bus.c | 643 int result = ps3_dma_map(dev->d_region, sg_phys(sg), in ps3_sb_map_sg()
|
/linux-6.6.21/drivers/iommu/ ! |
D | dma-iommu.c | 1010 arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir); in iommu_dma_sync_sg_for_cpu() 1027 arch_sync_dma_for_device(sg_phys(sg), sg->length, dir); in iommu_dma_sync_sg_for_device()
|
D | iommu.c | 2633 phys_addr_t s_phys = sg_phys(sg); in iommu_map_sg()
|
/linux-6.6.21/drivers/nvme/host/ ! |
D | apple.c | 385 dma_addr_t phys = sg_phys(sg); in apple_nvme_print_sgl()
|
D | pci.c | 571 dma_addr_t phys = sg_phys(sg); in nvme_print_sgl()
|
/linux-6.6.21/drivers/scsi/qla2xxx/ ! |
D | qla_iocb.c | 1069 u64 sle_phys = sg_phys(sg); in qla24xx_walk_and_build_prot_sglist() 1115 __func__, i, (u64)sg_phys(sg), sglen, ldma_sg_len, in qla24xx_walk_and_build_prot_sglist()
|
/linux-6.6.21/drivers/misc/ ! |
D | fastrpc.c | 796 map->phys = sg_phys(map->table->sgl); in fastrpc_map_create()
|
/linux-6.6.21/drivers/crypto/axis/ ! |
D | artpec6_crypto.c | 425 return sg_phys(awalk->sg) + awalk->offset; in artpec6_crypto_walk_chunk_phys()
|
/linux-6.6.21/drivers/virtio/ ! |
D | virtio_ring.c | 381 *addr = (dma_addr_t)sg_phys(sg); in vring_map_one_sg()
|