Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/m68k/kernel/
H A Ddma.c17 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
/linux-6.15/arch/arm/include/asm/
H A Dpgtable.h127 #define pgprot_dmacoherent(prot) \ macro
134 #define pgprot_dmacoherent(prot) \ macro
/linux-6.15/include/linux/
H A Ddma-map-ops.h334 #ifndef pgprot_dmacoherent
335 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
/linux-6.15/kernel/dma/
H A Dpool.c105 pgprot_dmacoherent(PAGE_KERNEL), in atomic_pool_expand()
H A Dmapping.c513 return pgprot_dmacoherent(prot); in dma_pgprot()
/linux-6.15/arch/arm/mm/
H A Ddma-mapping.c202 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL); in atomic_pool_init()
442 pgprot_dmacoherent(prot); in __get_dma_pgprot()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h714 #define pgprot_dmacoherent(prot) \ macro