Searched refs:__get_dma_pgprot (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/arm64/mm/ |
D | dma-mapping.c | 37 static pgprot_t __get_dma_pgprot(unsigned long attrs, pgprot_t prot, in __get_dma_pgprot() function 101 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL, false); in __dma_alloc() 288 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot, in __swiotlb_mmap() 572 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL, coherent); in __iommu_alloc_attrs() 599 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL, coherent); in __iommu_alloc_attrs() 661 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot, in __iommu_mmap_attrs()
|
/Linux-v4.19/arch/arm/mm/ |
D | dma-mapping.c | 634 static inline pgprot_t __get_dma_pgprot(unsigned long attrs, pgprot_t prot) in __get_dma_pgprot() function 816 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in arm_dma_alloc() 866 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_dma_mmap() 1525 pgprot_t prot = __get_dma_pgprot(attrs, PAGE_KERNEL); in __arm_iommu_alloc_attrs() 1616 vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); in arm_iommu_mmap_attrs()
|