Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_mm.h175 pgprot_t pgprot_dmacoherent(pgprot_t prot);
176 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
/kernel/linux/linux-5.10/arch/m68k/kernel/
Ddma.c26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable.h129 #define pgprot_dmacoherent(prot) \ macro
136 #define pgprot_dmacoherent(prot) \ macro
/kernel/linux/linux-5.10/include/linux/
Ddma-map-ops.h257 #ifndef pgprot_dmacoherent
258 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
/kernel/linux/linux-5.10/kernel/dma/
Dpool.c108 pgprot_dmacoherent(PAGE_KERNEL), in atomic_pool_expand()
Dmapping.c351 return pgprot_dmacoherent(prot); in dma_pgprot()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h504 #define pgprot_dmacoherent(prot) \ macro
/kernel/linux/linux-5.10/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()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch1343 #define pgprot_dmacoherent(prot) pgprot_noncached(prot)
1351 +#define pgprot_syscached(prot) pgprot_dmacoherent(prot)