Home
last modified time | relevance | path

Searched refs:pgprot_syscached (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-map-ops.h274 #ifndef pgprot_syscached
275 #define pgprot_syscached(prot) pgprot_dmacoherent(prot) macro
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dmapping.c353 return pgprot_syscached(prot); in dma_pgprot()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h514 #define pgprot_syscached(prot) \ macro