Searched refs:_prot (Results 1 – 8 of 8) sorted by relevance
101 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument103 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()114 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument116 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()
631 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() argument633 return __pgprot(pgprot_val(_prot) & ~_PAGE_EXEC); in pgprot_nx()637 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument639 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()648 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument650 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()
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument462 unsigned long prot = pgprot_val(_prot);471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument473 unsigned long prot = pgprot_val(_prot);
47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) argument49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA) argument
597 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init() argument607 pgprot_t prot = _prot; in phys_pud_init()
298 int nid, pgprot_t _prot, in create_physical_mapping() argument345 prot = _prot; in create_physical_mapping()
Completed in 25 milliseconds