Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
H A Ddma.c17 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
/linux/kernel/dma/
H A Dpool.c105 pgprot_decrypted(pgprot_dmacoherent(PAGE_KERNEL)), in atomic_pool_expand()
H A Dmapping.c552 return pgprot_dmacoherent(prot); in dma_pgprot()
/linux/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/arch/riscv/include/asm/
H A Dpgtable.h732 #define pgprot_dmacoherent pgprot_writecombine macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h768 #define pgprot_dmacoherent(prot) \ macro