Searched refs:__dma_info_to_prot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping.c | 1078 static int __dma_info_to_prot(enum dma_data_direction dir, unsigned long attrs) in __dma_info_to_prot() function 1336 __dma_info_to_prot(DMA_BIDIRECTIONAL, attrs)); in __iommu_create_mapping() 1603 prot = __dma_info_to_prot(dir, attrs); in __map_sg_chunk() 1814 prot = __dma_info_to_prot(dir, attrs); in arm_coherent_iommu_map_page() 1920 prot = __dma_info_to_prot(dir, attrs) | IOMMU_MMIO; in arm_iommu_map_resource()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dma-mapping.c | 733 static int __dma_info_to_prot(enum dma_data_direction dir, unsigned long attrs) in __dma_info_to_prot() function 991 __dma_info_to_prot(DMA_BIDIRECTIONAL, attrs), in __iommu_create_mapping() 1213 prot = __dma_info_to_prot(dir, attrs); in __map_sg_chunk() 1386 prot = __dma_info_to_prot(dir, attrs); in arm_iommu_map_page() 1451 prot = __dma_info_to_prot(dir, attrs) | IOMMU_MMIO; in arm_iommu_map_resource()
|
Completed in 7 milliseconds