Searched refs:pgprot_writethrough (Results 1 – 6 of 6) sorted by relevance
498 #define pgprot_writethrough pgprot_writethrough macro499 extern pgprot_t pgprot_writethrough(pgprot_t prot);
1135 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function1140 EXPORT_SYMBOL_GPL(pgprot_writethrough);
990 #ifndef pgprot_writethrough991 #define pgprot_writethrough pgprot_noncached macro
1250 #define pgprot_writethrough pgprot_writethrough macro1251 pgprot_t pgprot_writethrough(pgprot_t prot);
37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
295 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()