Home
last modified time | relevance | path

Searched refs:DMA_ATTR_FORCE_CONTIGUOUS (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpummu.c80 DMA_ATTR_FORCE_CONTIGUOUS); in msm_gpummu_destroy()
102 GFP_KERNEL | __GFP_ZERO, DMA_ATTR_FORCE_CONTIGUOUS); in msm_gpummu_new()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcommon.h64 GFP_KERNEL, DMA_ATTR_FORCE_CONTIGUOUS); in qmem_alloc()
86 DMA_ATTR_FORCE_CONTIGUOUS); in qmem_free()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c82 unsigned long attr = DMA_ATTR_FORCE_CONTIGUOUS; in ttm_pool_alloc_page()
135 unsigned long attr = DMA_ATTR_FORCE_CONTIGUOUS; in ttm_pool_free_page()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.c41 attr |= DMA_ATTR_FORCE_CONTIGUOUS; in exynos_drm_alloc_buf()
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.c75 bo->dma_attrs |= DMA_ATTR_FORCE_CONTIGUOUS; in tegra_vde_alloc_bo()
/openbmc/linux/Documentation/core-api/
H A Ddma-attributes.rst70 DMA_ATTR_FORCE_CONTIGUOUS section in DMA attributes
/openbmc/linux/include/linux/
H A Ddma-mapping.h45 #define DMA_ATTR_FORCE_CONTIGUOUS (1UL << 6) macro
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping.c869 if (attrs & DMA_ATTR_FORCE_CONTIGUOUS) in __iommu_alloc_buffer()
949 if (attrs & DMA_ATTR_FORCE_CONTIGUOUS) { in __iommu_free_buffer()
/openbmc/linux/drivers/iommu/
H A Ddma-iommu.c1511 !(attrs & DMA_ATTR_FORCE_CONTIGUOUS)) { in iommu_dma_alloc()
/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_mss.c982 unsigned long dma_attrs = DMA_ATTR_FORCE_CONTIGUOUS; in q6v5_mpss_init_image()