Searched refs:_prot (Results 1 – 4 of 4) sorted by relevance
257 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument259 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()267 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument269 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
420 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument422 unsigned long prot = pgprot_val(_prot);431 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument433 unsigned long prot = pgprot_val(_prot);
120 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument122 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) argument49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA) argument