Searched defs:pgprot_cached_wthru (Results 1 – 2 of 2) sorted by relevance
250 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro253 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
603 #define pgprot_cached_wthru pgprot_cached_wthru macro604 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function