Home
last modified time | relevance | path

Searched refs:DMA_ATTR_SKIP_CPU_SYNC (Results 1 – 25 of 65) sorted by relevance

123

/linux-6.12.1/kernel/dma/
Dops_helpers.c76 DMA_ATTR_SKIP_CPU_SYNC); in dma_common_alloc_pages()
79 DMA_ATTR_SKIP_CPU_SYNC); in dma_common_alloc_pages()
96 DMA_ATTR_SKIP_CPU_SYNC); in dma_common_free_pages()
99 DMA_ATTR_SKIP_CPU_SYNC); in dma_common_free_pages()
Ddirect.h109 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_map_page()
119 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_unmap_page()
123 attrs | DMA_ATTR_SKIP_CPU_SYNC); in dma_direct_unmap_page()
/linux-6.12.1/drivers/net/ethernet/engleder/
Dtsnep_xdp.c41 DMA_ATTR_SKIP_CPU_SYNC); in tsnep_xdp_enable_pool()
50 xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC); in tsnep_xdp_enable_pool()
75 xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC); in tsnep_xdp_disable_pool()
/linux-6.12.1/drivers/xen/
Dswiotlb-xen.c238 attrs | DMA_ATTR_SKIP_CPU_SYNC, in xen_swiotlb_map_page()
244 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_map_page()
269 if (!dev_is_dma_coherent(hwdev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_unmap_page()
359 xen_swiotlb_unmap_sg(dev, sgl, i, dir, attrs | DMA_ATTR_SKIP_CPU_SYNC); in xen_swiotlb_map_sg()
/linux-6.12.1/drivers/media/common/videobuf2/
Dvideobuf2-dma-contig.c375 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_dmabuf_ops_detach()
395 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_dmabuf_ops_map()
404 DMA_ATTR_SKIP_CPU_SYNC)) { in vb2_dc_dmabuf_ops_map()
544 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_put_userptr()
645 DMA_ATTR_SKIP_CPU_SYNC)) { in vb2_dc_get_userptr()
669 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_get_userptr()
Dvideobuf2-dma-sg.c151 DMA_ATTR_SKIP_CPU_SYNC)) in vb2_dma_sg_alloc()
189 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dma_sg_put()
266 DMA_ATTR_SKIP_CPU_SYNC)) in vb2_dma_sg_get_userptr()
292 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in vb2_dma_sg_put_userptr()
/linux-6.12.1/arch/mips/jazz/
Djazzdma.c530 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_map_page()
538 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_unmap_page()
550 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_map_sg()
569 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_unmap_sg()
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_xdp.h8 #define STMMAC_RX_DMA_ATTR (DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING)
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.h13 dp->rx_dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in nfp_net_dma_map_rx()
29 dp->rx_dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in nfp_net_dma_unmap_rx()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dpool.c14 return xsk_pool_dma_map(pool, dev, DMA_ATTR_SKIP_CPU_SYNC); in mlx5e_xsk_map_pool()
20 return xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC); in mlx5e_xsk_unmap_pool()
/linux-6.12.1/drivers/gpu/drm/virtio/
Dvirtgpu_vram.c99 DMA_ATTR_SKIP_CPU_SYNC); in virtio_gpu_vram_map_dma_buf()
122 DMA_ATTR_SKIP_CPU_SYNC); in virtio_gpu_vram_unmap_dma_buf()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_ttm_vram_mgr.c420 DMA_ATTR_SKIP_CPU_SYNC); in xe_ttm_vram_mgr_alloc_sgt()
441 DMA_ATTR_SKIP_CPU_SYNC); in xe_ttm_vram_mgr_alloc_sgt()
459 DMA_ATTR_SKIP_CPU_SYNC); in xe_ttm_vram_mgr_free_sgt()
Dxe_hmm.c104 DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_NO_KERNEL_MAPPING); in xe_build_sg()
Dxe_dma_buf.c119 DMA_ATTR_SKIP_CPU_SYNC)) in xe_dma_buf_map()
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-dma.c55 if ((attrs & DMA_ATTR_SKIP_CPU_SYNC) == 0) in __dma_clear_buffer()
345 if ((attrs & DMA_ATTR_SKIP_CPU_SYNC) == 0) in ipu6_dma_unmap_sg()
448 if ((attrs & DMA_ATTR_SKIP_CPU_SYNC) == 0) in ipu6_dma_map_sg()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos_sq.c102 DMA_ATTR_SKIP_CPU_SYNC); in otx2_qos_sq_aura_pool_init()
134 DMA_ATTR_SKIP_CPU_SYNC); in otx2_qos_sq_free_sqbs()
/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c217 DMA_ATTR_SKIP_CPU_SYNC); in nicvf_alloc_rcv_buffer()
342 DMA_FROM_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_free_rbdr()
353 DMA_FROM_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_free_rbdr()
568 DMA_ATTR_SKIP_CPU_SYNC); in nicvf_unmap_sndq_buffers()
1579 DMA_TO_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_sq_append_skb()
1600 DMA_ATTR_SKIP_CPU_SYNC); in nicvf_sq_append_skb()
1659 DMA_FROM_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_unmap_rcv_buffer()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vram_mgr.c719 DMA_ATTR_SKIP_CPU_SYNC); in amdgpu_vram_mgr_alloc_sgt()
740 DMA_ATTR_SKIP_CPU_SYNC); in amdgpu_vram_mgr_alloc_sgt()
768 DMA_ATTR_SKIP_CPU_SYNC); in amdgpu_vram_mgr_free_sgt()
/linux-6.12.1/Documentation/core-api/
Ddma-attributes.rst46 DMA_ATTR_SKIP_CPU_SYNC chapter
63 DMA_ATTR_SKIP_CPU_SYNC allows platform code to skip synchronization of
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_gem_gtt.c34 DMA_ATTR_SKIP_CPU_SYNC | in i915_gem_gtt_prepare_pages()
/linux-6.12.1/net/core/
Dpage_pool.c472 DMA_ATTR_SKIP_CPU_SYNC | in page_pool_dma_map()
488 DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING); in page_pool_dma_map()
664 DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING); in __page_pool_release_page_dma()
/linux-6.12.1/drivers/iommu/
Ddma-iommu.c1214 if (!coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in iommu_dma_map_page()
1233 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && !dev_is_dma_coherent(dev)) in iommu_dma_unmap_page()
1365 iommu_dma_unmap_sg_swiotlb(dev, sg, i, dir, attrs | DMA_ATTR_SKIP_CPU_SYNC); in iommu_dma_map_sg_swiotlb()
1401 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in iommu_dma_map_sg()
1508 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in iommu_dma_unmap_sg()
/linux-6.12.1/drivers/vdpa/vdpa_user/
Diova_domain.c419 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && in vduse_domain_map_page()
439 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && in vduse_domain_unmap_page()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_prime.c669 DMA_ATTR_SKIP_CPU_SYNC); in drm_gem_map_dma_buf()
695 dma_unmap_sgtable(attach->dev, sgt, dir, DMA_ATTR_SKIP_CPU_SYNC); in drm_gem_unmap_dma_buf()
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_dmabuf.c56 ret = dma_map_sgtable(attach->dev, sgt, dir, DMA_ATTR_SKIP_CPU_SYNC); in i915_gem_map_dma_buf()

123