Searched refs:pgprot_dmacoherent (Results 1 – 9 of 9) sorted by relevance
175 pgprot_t pgprot_dmacoherent(pgprot_t prot);176 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
129 #define pgprot_dmacoherent(prot) \ macro136 #define pgprot_dmacoherent(prot) \ macro
257 #ifndef pgprot_dmacoherent258 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
108 pgprot_dmacoherent(PAGE_KERNEL), in atomic_pool_expand()
351 return pgprot_dmacoherent(prot); in dma_pgprot()
504 #define pgprot_dmacoherent(prot) \ macro
335 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL); in atomic_pool_init()571 pgprot_dmacoherent(prot); in __get_dma_pgprot()
1343 #define pgprot_dmacoherent(prot) pgprot_noncached(prot)1351 +#define pgprot_syscached(prot) pgprot_dmacoherent(prot)