Home
last modified time | relevance | path

Searched refs:pgprot_dmacoherent (Results 1 – 4 of 4) sorted by relevance

/arch/arm/include/asm/
Dpgtable-nommu.h70 #define pgprot_dmacoherent(prot) __pgprot(0) macro
Dpgtable.h116 #define pgprot_dmacoherent(prot) \ macro
123 #define pgprot_dmacoherent(prot) \ macro
/arch/unicore32/include/asm/
Dpgtable.h203 #define pgprot_dmacoherent(prot) \ macro
/arch/arm/mm/
Ddma-mapping.c378 pgprot_dmacoherent(pgprot_kernel), in dma_alloc_coherent()
428 vma->vm_page_prot = pgprot_dmacoherent(vma->vm_page_prot); in dma_mmap_coherent()