Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
H A Ddma.c17 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
/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.h172 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
/linux/include/linux/
H A Ddma-map-ops.h338 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h657 #define pgprot_dmacoherent pgprot_writecombine macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h803 #define pgprot_dmacoherent(prot) \ macro