Searched refs:pgprot_dmacoherent (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/m68k/kernel/
H A Ddma.c17 pgprot_t pgprot_dmacoherent(pgprot_t prot) function
/linux-master/arch/m68k/include/asm/
H A Dpgtable_mm.h181 pgprot_t pgprot_dmacoherent(pgprot_t prot);
182 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h128 #define pgprot_dmacoherent(prot) \ macro
135 #define pgprot_dmacoherent(prot) \ macro
/linux-master/include/linux/
H A Ddma-map-ops.h354 #ifndef pgprot_dmacoherent
355 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
/linux-master/kernel/dma/
H A Dpool.c105 pgprot_dmacoherent(PAGE_KERNEL),
H A Dmapping.c427 return pgprot_dmacoherent(prot);
/linux-master/arch/arm/mm/
H A Ddma-mapping.c202 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL);
442 pgprot_dmacoherent(prot);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h608 #define pgprot_dmacoherent(prot) \ macro

Completed in 140 milliseconds