Home
last modified time | relevance | path

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

/Linux-v5.15/arch/m68k/include/asm/
Dpgtable_mm.h174 pgprot_t pgprot_dmacoherent(pgprot_t prot);
175 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
/Linux-v5.15/arch/m68k/kernel/
Ddma.c26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
/Linux-v5.15/arch/arm/include/asm/
Dpgtable.h119 #define pgprot_dmacoherent(prot) \ macro
126 #define pgprot_dmacoherent(prot) \ macro
/Linux-v5.15/include/linux/
Ddma-map-ops.h276 #ifndef pgprot_dmacoherent
277 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
/Linux-v5.15/kernel/dma/
Dpool.c105 pgprot_dmacoherent(PAGE_KERNEL), in atomic_pool_expand()
Dmapping.c422 return pgprot_dmacoherent(prot); in dma_pgprot()
/Linux-v5.15/arch/arm64/include/asm/
Dpgtable.h517 #define pgprot_dmacoherent(prot) \ macro
/Linux-v5.15/arch/arm/mm/
Ddma-mapping.c335 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL); in atomic_pool_init()
571 pgprot_dmacoherent(prot); in __get_dma_pgprot()