Home
last modified time | relevance | path

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

/Linux-v5.4/arch/m68k/include/asm/
Dpgtable_mm.h172 pgprot_t pgprot_dmacoherent(pgprot_t prot);
173 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
/Linux-v5.4/include/linux/
Ddma-noncoherent.h54 #ifndef pgprot_dmacoherent
55 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
/Linux-v5.4/arch/m68k/kernel/
Ddma.c26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
/Linux-v5.4/arch/arm/include/asm/
Dpgtable.h129 #define pgprot_dmacoherent(prot) \ macro
136 #define pgprot_dmacoherent(prot) \ macro
/Linux-v5.4/kernel/dma/
Dremap.c146 pgprot_dmacoherent(PAGE_KERNEL), in dma_atomic_pool_init()
Dmapping.c180 return pgprot_dmacoherent(prot); in dma_pgprot()
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h431 #define pgprot_dmacoherent(prot) \ macro
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c360 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL); in atomic_pool_init()
596 pgprot_dmacoherent(prot); in __get_dma_pgprot()