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
100 #define pgprot_writecombine pgprot_noncached macro
221 #define pgprot_writecombine pgprot_noncached_wc macro
478 #define pgprot_writecombine pgprot_writecombine macro479 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
207 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
379 #define pgprot_writecombine(prot) \ macro
202 #define pgprot_writecombine(prot) \ macro
274 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
144 #define pgprot_writecombine(prot) \ macro
1041 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
767 #define pgprot_writecombine pgprot_writecombine macro768 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
491 #define pgprot_writecombine pgprot_writecombine macro
354 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
358 #define pgprot_writecombine(prot) \ macro