Searched defs:pgprot_writecombine (Results 1 – 18 of 18) sorted by relevance
19 #define pgprot_writecombine(prot) (prot) macro
65 #define pgprot_writecombine pgprot_noncached macro
58 #define pgprot_writecombine(prot) (prot) macro
128 #define pgprot_writecombine(prot) \ macro
266 #define pgprot_writecombine pgprot_writecombine macro267 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
261 #define pgprot_writecombine pgprot_noncached_wc macro
429 #define pgprot_writecombine pgprot_writecombine macro431 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
618 #define pgprot_writecombine pgprot_writecombine macro619 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
204 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
379 #define pgprot_writecombine(prot) \ macro
199 #define pgprot_writecombine(prot) \ macro
308 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB) macro
515 #define pgprot_writecombine pgprot_writecombine macro
1108 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
845 #define pgprot_writecombine pgprot_writecombine macro846 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
36 #define pgprot_writecombine pgprot_noncached macro
354 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
429 #define pgprot_writecombine(prot) \ macro