/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h264.c | 159 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_write_frame_list() 570 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start() 584 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start() 602 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start() 618 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start() 631 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start() 637 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start() 643 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start() 669 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_stop() 678 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_stop() [all …]
|
H A D | cedrus_h265.c | 480 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_setup() 842 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_start() 854 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_start() 883 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_stop() 892 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_stop()
|
/linux/Documentation/core-api/ |
H A D | dma-attributes.rst | 28 DMA_ATTR_NO_KERNEL_MAPPING chapter 31 DMA_ATTR_NO_KERNEL_MAPPING lets the platform to avoid creating a kernel 43 DMA_ATTR_NO_KERNEL_MAPPING, those that do not will simply ignore the
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_gem.c | 165 rk_obj->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in rockchip_gem_alloc_dma() 532 if (rk_obj->dma_attrs & DMA_ATTR_NO_KERNEL_MAPPING) in rockchip_gem_prime_vmap()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hmm.c | 104 DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_NO_KERNEL_MAPPING); in xe_build_sg()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem_gtt.c | 35 DMA_ATTR_NO_KERNEL_MAPPING | in i915_gem_gtt_prepare_pages()
|
/linux/arch/arm/mm/ |
H A D | dma-mapping.c | 548 .want_vaddr = ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0), in __dma_alloc() 616 .want_vaddr = ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0), in __arm_dma_free() 1034 if (attrs & DMA_ATTR_NO_KERNEL_MAPPING) in __iommu_get_pages() 1098 if (attrs & DMA_ATTR_NO_KERNEL_MAPPING) in arm_iommu_alloc_attrs() 1161 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0) in arm_iommu_free_attrs()
|
/linux/kernel/dma/ |
H A D | direct.c | 218 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) && in dma_direct_alloc() 319 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) && in dma_direct_free()
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 178 attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in msm_init_vram() 203 unsigned long attrs = DMA_ATTR_NO_KERNEL_MAPPING; in msm_deinit_vram()
|
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_postproc.c | 243 priv->attrs = DMA_ATTR_NO_KERNEL_MAPPING; in hantro_postproc_alloc()
|
H A D | hantro_drv.c | 220 DMA_ATTR_NO_KERNEL_MAPPING; in queue_init() 239 dst_vq->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in queue_init()
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gem.c | 53 attr |= DMA_ATTR_NO_KERNEL_MAPPING; in exynos_drm_alloc_buf()
|
/linux/include/trace/events/ |
H A D | dma.h | 29 { DMA_ATTR_NO_KERNEL_MAPPING, "NO_KERNEL_MAPPING" }, \
|
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-dma-contig.c | 203 if (q->dma_attrs & DMA_ATTR_NO_KERNEL_MAPPING) in vb2_dc_alloc_coherent()
|
/linux/include/linux/ |
H A D | dma-mapping.h | 30 #define DMA_ATTR_NO_KERNEL_MAPPING (1UL << 4) macro
|
/linux/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 635 attrs = DMA_ATTR_NO_KERNEL_MAPPING; in qcom_iommu_sec_ptbl_init()
|
/linux/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 204 DMA_ATTR_NO_KERNEL_MAPPING; in venus_helper_alloc_dpb_bufs() 260 DMA_ATTR_NO_KERNEL_MAPPING; in intbufs_set_buffer()
|
/linux/drivers/nvme/host/ |
H A D | pci.c | 2056 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in nvme_free_host_mem_multi() 2136 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in nvme_alloc_host_mem_multi() 2162 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in nvme_alloc_host_mem_multi()
|
/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1379 attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in omapfb_alloc_fbmem()
|