Searched defs:pgprot_writecombine (Results 1 – 16 of 16) sorted by relevance
73 #define pgprot_writecombine pgprot_noncached macro
67 #define pgprot_writecombine(prot) __pgprot(0) macro
119 #define pgprot_writecombine(prot) \ macro
202 #define pgprot_writecombine pgprot_noncached_wc macro
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
271 #define pgprot_writecombine(prot) \ macro
273 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
365 #define pgprot_writecombine pgprot_writecombine macro
262 #define pgprot_writecombine pgprot_noncached macro
415 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
914 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
326 #define pgprot_writecombine(prot) \ macro
353 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro