Searched refs:dma_info_to_prot (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | dma-iommu.h | 40 int dma_info_to_prot(enum dma_data_direction dir, bool coherent,
|
| /Linux-v4.19/arch/arm64/mm/ |
| D | dma-mapping.c | 532 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/ |
| D | dma-iommu.c | 327 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()
|