Searched refs:_prot (Results 1 – 8 of 8) sorted by relevance
97 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument99 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()108 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument110 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()
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument95 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
537 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument539 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()548 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument550 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
450 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument452 unsigned long prot = pgprot_val(_prot);461 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument463 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
297 int nid, pgprot_t _prot) in create_physical_mapping() argument340 prot = _prot; in create_physical_mapping()
593 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init() argument603 pgprot_t prot = _prot; in phys_pud_init()
Completed in 17 milliseconds