Searched refs:__get_dma_pgprot (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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 174 __get_dma_pgprot(attrs, in __dma_alloc() 335 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot, in __swiotlb_mmap()
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 573 static inline pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot) in __get_dma_pgprot() function 587 #define __get_dma_pgprot(attrs, prot) __pgprot(0) macro 670 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_dma_alloc() 683 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_coherent_dma_alloc() 707 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_dma_mmap() 1347 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_iommu_alloc_attrs() 1401 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_iommu_mmap_attrs()
|