Searched refs:__get_dma_pgprot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping.c | 567 static inline pgprot_t __get_dma_pgprot(unsigned long attrs, pgprot_t prot) in __get_dma_pgprot() function 746 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_dma_alloc() 796 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_dma_mmap() 1426 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in __arm_iommu_alloc_attrs() 1507 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_iommu_mmap_attrs() 2318 __get_dma_pgprot(attrs, PAGE_KERNEL), false, in arch_dma_alloc()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dma-mapping.c | 438 static inline pgprot_t __get_dma_pgprot(unsigned long attrs, pgprot_t prot) in __get_dma_pgprot() function 1081 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_iommu_alloc_attrs() 1133 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_iommu_mmap_attrs() 1814 __get_dma_pgprot(attrs, PAGE_KERNEL), false, in arch_dma_alloc()
|
Completed in 7 milliseconds