| /OK3568_Linux_fs/kernel/arch/mips/jazz/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_decompress_user.c | 60 if (sg_phys(sgl) > SZ_4G || sg_phys(sgl) + sg_dma_len(sgl) > SZ_4G) in check_scatter_list()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom.c | 77 pa = sg_phys(sg); in usnic_uiom_put_pages() 170 pa = sg_phys(sg); in usnic_uiom_get_pages() 265 pa = sg_phys(&chunk->page_list[i]); in usnic_uiom_map_sorted_intervals()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_utils.c | 77 (sg_phys(sg_src) < SZ_4G); in check_scatter_align() 83 (sg_phys(sg_dst) < SZ_4G); in check_scatter_align()
|
| /OK3568_Linux_fs/kernel/tools/virtio/linux/ |
| H A D | scatterlist.h | 155 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | dma-mapping-noalias.c | 400 phys_addr_t phys = sg_phys(sg); in arm64_iommu_map_sg() 414 orig_phys[i] = sg_phys(sg); in arm64_iommu_map_sg() 432 __arm64_noalias_unmap(dev, sg_phys(sg), sg->length, dir, attrs); in arm64_iommu_map_sg()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/ |
| H A D | rga-buf.c | 133 address = sg_phys(sgl); in rga_buf_map()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | intel_iommu.h | 114 __entry->phys_addr = sg_phys(sg);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_ukk_ref_wrappers.c | 169 blocks[i].addr = sg_phys(sgl); in ump_dmabuf_import_wrapper()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | dma-mapping-nommu.c | 126 sg_dma_address(sg) = sg_phys(sg); in arm_nommu_dma_map_sg()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | amd_gart_64.c | 303 unsigned long addr = sg_phys(s); in dma_map_sg_nonforce() 400 dma_addr_t addr = sg_phys(s); in gart_map_sg()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_object.c | 191 (*ents)[si].addr = cpu_to_le64(sg_phys(sg)); in virtio_gpu_object_shmem_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_iommu.c | 63 phys_addr_t phys = sg_phys(sg); in msm_iommu_pagetable_map()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | scatterlist.h | 241 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_mm.c | 335 s_phys = sg_phys(sg); in rga_mm_check_range_sgt() 455 phys_addr = sg_phys(buffer->sgt->sgl); in rga_mm_map_dma_buffer() 571 phys_addr = sg_phys(sgt->sgl); in rga_mm_map_virt_addr() 1117 Address = sg_phys(sgl); in rga_mm_sgt_to_page_table()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_mmu_info.c | 559 Address = sg_phys(sgl); in rga_MapION() 570 Address = sg_phys(sgl); in rga_MapION() 584 Address = sg_phys(sgl); in rga_MapION()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_gem.c | 88 phys = sg_phys(s); in rknpu_gem_get_pages() 253 sg_dma_address(s) = sg_phys(s); in rknpu_gem_alloc_buf() 536 ret = iommu_map(domain, offset, sg_phys(s), size, in rknpu_gem_alloc_buf_with_cache()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | uvc_queue.c | 116 phys = sg_phys(sgl); in uvc_dma_buf_phys_to_virt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.c | 233 sg_dma_address(s) = sg_phys(s); in rockchip_gem_get_pages() 296 sg_dma_address(s) = sg_phys(s); in rockchip_gem_alloc_dma()
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_qdio.c | 202 sbale->addr = sg_phys(sg); in zfcp_qdio_sbals_from_sg()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | au1xmmc.c | 642 sg_phys(sg), len, flags); in au1xmmc_prepare_data() 645 sg_phys(sg), len, flags); in au1xmmc_prepare_data()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | dma-iommu.c | 785 arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir); in iommu_dma_sync_sg_for_cpu() 799 arch_sync_dma_for_device(sg_phys(sg), sg->length, dir); in iommu_dma_sync_sg_for_device()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | p2pdma.c | 882 paddr = sg_phys(s); in __pci_p2pdma_map_sg()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | system-bus.c | 644 int result = ps3_dma_map(dev->d_region, sg_phys(sg), in ps3_sb_map_sg()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | rk_system_heap.c | 241 sg_dma_addr = sg_phys(sg); in system_heap_sgl_sync_range()
|