Home
last modified time | relevance | path

Searched refs:dma_info_to_prot (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Ddma-iommu.h40 int dma_info_to_prot(enum dma_data_direction dir, bool coherent,
/Linux-v4.19/arch/arm64/mm/
Ddma-mapping.c532 int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs); in __iommu_alloc_attrs()
738 int prot = dma_info_to_prot(dir, coherent, attrs); in __iommu_map_page()
796 dma_info_to_prot(dir, coherent, attrs)); in __iommu_map_sg_attrs()
/Linux-v4.19/drivers/iommu/
Ddma-iommu.c327 int dma_info_to_prot(enum dma_data_direction dir, bool coherent, in dma_info_to_prot() function
821 dma_info_to_prot(dir, false, attrs) | IOMMU_MMIO); in iommu_dma_map_resource()