Searched refs:pgprot_dmacoherent (Results 1 – 8 of 8) sorted by relevance
179 pgprot_t pgprot_dmacoherent(pgprot_t prot);180 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) macro
26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() function
128 #define pgprot_dmacoherent(prot) \ macro135 #define pgprot_dmacoherent(prot) \ macro
290 #ifndef pgprot_dmacoherent291 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) macro
105 pgprot_dmacoherent(PAGE_KERNEL), in atomic_pool_expand()
423 return pgprot_dmacoherent(prot); in dma_pgprot()
202 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL); in atomic_pool_init()440 pgprot_dmacoherent(prot); in __get_dma_pgprot()
580 #define pgprot_dmacoherent(prot) \ macro
Completed in 19 milliseconds