Searched refs:pgprot_writethrough (Results 1 – 6 of 6) sorted by relevance
520 #define pgprot_writethrough pgprot_writethrough macro521 extern pgprot_t pgprot_writethrough(pgprot_t prot);
1125 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function1130 EXPORT_SYMBOL_GPL(pgprot_writethrough);
853 #ifndef pgprot_writethrough854 #define pgprot_writethrough pgprot_noncached macro
1192 #define pgprot_writethrough pgprot_writethrough macro1193 pgprot_t pgprot_writethrough(pgprot_t prot);
37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
279 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()