Searched refs:dma_pgprot (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-map-ops.h | 286 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs); 288 static inline pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, in dma_pgprot() function
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | dma-iommu.c | 1086 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_pages() 1118 return iommu_dma_alloc_remap(dev, size, handle, gfp, dma_pgprot(dev, PAGE_KERNEL, attrs), attrs); in iommu_dma_alloc() 1174 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in iommu_dma_mmap()
|
Completed in 5 milliseconds