Searched refs:__get_dma_pgprot (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/arm64/mm/ |
| D | dma-mapping.c | 32 static pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot, in __get_dma_pgprot() function 145 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL, false); in __dma_alloc() 315 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot, in __swiotlb_mmap() 563 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL, coherent); in __iommu_alloc_attrs() 641 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot, in __iommu_mmap_attrs()
|
| /linux-4.4.14/arch/arm/mm/ |
| D | dma-mapping.c | 577 static inline pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot) in __get_dma_pgprot() function 591 #define __get_dma_pgprot(attrs, prot) __pgprot(0) macro 678 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_dma_alloc() 731 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_dma_mmap() 1359 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_iommu_alloc_attrs() 1413 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_iommu_mmap_attrs()
|