Searched defs:pgprot_writecombine (Results 1 – 17 of 17) sorted by relevance
18 #define pgprot_writecombine(prot) (prot) macro
73 #define pgprot_writecombine pgprot_noncached macro
67 #define pgprot_writecombine(prot) __pgprot(0) macro
119 #define pgprot_writecombine(prot) \ macro
213 #define pgprot_writecombine pgprot_noncached_wc macro
415 #define pgprot_writecombine pgprot_writecombine macro417 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
201 #define pgprot_writecombine(prot) \ macro
207 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
378 #define pgprot_writecombine(prot) \ macro
142 #define pgprot_writecombine(prot) \ macro
273 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
271 #define pgprot_writecombine(prot) \ macro
391 #define pgprot_writecombine pgprot_writecombine macro
301 #define pgprot_writecombine pgprot_noncached macro
995 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
353 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
388 #define pgprot_writecombine(prot) \ macro