Searched defs:pgprot_writecombine (Results 1 – 18 of 18) sorted by relevance
20 #define pgprot_writecombine(prot) (prot) macro
73 #define pgprot_writecombine pgprot_noncached macro
67 #define pgprot_writecombine(prot) (prot) macro
122 #define pgprot_writecombine(prot) \ macro
498 #define pgprot_writecombine pgprot_writecombine macro499 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
455 #define pgprot_writecombine pgprot_writecombine macro457 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
205 #define pgprot_writecombine pgprot_noncached_wc macro
202 #define pgprot_writecombine(prot) \ macro
207 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
379 #define pgprot_writecombine(prot) \ macro
1076 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
308 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB) macro
843 #define pgprot_writecombine pgprot_writecombine macro844 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
515 #define pgprot_writecombine pgprot_writecombine macro
36 #define pgprot_writecombine pgprot_noncached macro
354 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
460 #define pgprot_writecombine pgprot_noncached macro
403 #define pgprot_writecombine(prot) \ macro