Searched refs:_prot (Results 1 – 5 of 5) sorted by relevance
131 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() argument133 return __pgprot(pgprot_val(_prot) | _PAGE_NO_EXEC); in pgprot_nx()138 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument140 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()151 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument153 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument235 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument245 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument98 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
720 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() argument722 return __pgprot(pgprot_val(_prot) & ~_PAGE_EXEC); in pgprot_nx()726 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument728 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()737 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument739 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
48 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) argument50 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA) argument