Searched defs:pgprot_writecombine (Results 1 – 12 of 12) sorted by relevance
69 #define pgprot_writecombine(prot) __pgprot(0) macro
100 #define pgprot_writecombine(prot) \ macro
176 #define pgprot_writecombine pgprot_noncached_wc macro
218 #define pgprot_writecombine pgprot_noncached macro
735 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
201 #define pgprot_writecombine(prot) \ macro
288 #define pgprot_writecombine pgprot_writecombine macro
211 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
383 #define pgprot_writecombine(prot) \ macro
284 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
283 #define pgprot_writecombine(prot) \ macro
358 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro