Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Dpgtable_mm.h181 pgprot_t pgprot_dmacoherent(pgprot_t prot);
182 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
/linux-6.1.9/arch/m68k/kernel/
Ddma.c26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
/linux-6.1.9/arch/arm/include/asm/
Dpgtable.h128 #define pgprot_dmacoherent(prot) \ macro
135 #define pgprot_dmacoherent(prot) \ macro
/linux-6.1.9/include/linux/
Ddma-map-ops.h290 #ifndef pgprot_dmacoherent
291 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
/linux-6.1.9/kernel/dma/
Dpool.c105 pgprot_dmacoherent(PAGE_KERNEL), in atomic_pool_expand()
Dmapping.c423 return pgprot_dmacoherent(prot); in dma_pgprot()
/linux-6.1.9/arch/arm/mm/
Ddma-mapping.c202 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL); in atomic_pool_init()
440 pgprot_dmacoherent(prot); in __get_dma_pgprot()
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable.h577 #define pgprot_dmacoherent(prot) \ macro
/linux-6.1.9/drivers/remoteproc/
Dqcom_q6v5_mss.c971 vaddr = vmap(pages, count, flags, pgprot_dmacoherent(PAGE_KERNEL)); in q6v5_mpss_init_image()