Searched refs:pgprot_writethrough (Results 1 – 6 of 6) sorted by relevance
515 #define pgprot_writethrough pgprot_writethrough macro516 extern pgprot_t pgprot_writethrough(pgprot_t prot);
1127 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function1132 EXPORT_SYMBOL_GPL(pgprot_writethrough);
1189 #define pgprot_writethrough pgprot_writethrough macro1190 pgprot_t pgprot_writethrough(pgprot_t prot);
925 #ifndef pgprot_writethrough926 #define pgprot_writethrough pgprot_noncached macro
37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
281 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()
Completed in 19 milliseconds