Searched defs:pgprot_cached_wthru (Results 1 – 6 of 6) sorted by relevance
232 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro235 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
245 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro248 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
573 #define pgprot_cached_wthru pgprot_cached_wthru macro574 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
606 #define pgprot_cached_wthru pgprot_cached_wthru macro607 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
71 #define pgprot_cached_wthru(prot) (prot) macro
68 #define pgprot_cached_wthru(prot) (prot) macro