Home
last modified time | relevance | path

Searched defs:pgprot_dmacoherent (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable.h127 #define pgprot_dmacoherent(prot) \ macro
134 #define pgprot_dmacoherent(prot) \ macro
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h182 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
/linux/include/linux/
H A Ddma-map-ops.h335 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro