Searched refs:__get_dma_pgprot (Results 1 – 2 of 2) sorted by relevance
/arch/arm64/mm/ |
D | dma-mapping.c | 34 static pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot, in __get_dma_pgprot() function 171 __get_dma_pgprot(attrs, in __dma_alloc_noncoherent() 320 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot, false); in __swiotlb_mmap_noncoherent()
|
/arch/arm/mm/ |
D | dma-mapping.c | 563 static inline pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot) in __get_dma_pgprot() function 577 #define __get_dma_pgprot(attrs, prot) __pgprot(0) macro 657 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_dma_alloc() 670 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_coherent_dma_alloc() 694 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_dma_mmap() 1335 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_iommu_alloc_attrs() 1387 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_iommu_mmap_attrs()
|