Searched refs:pgprot_modify (Results 1 – 4 of 4) sorted by relevance
269 #ifndef pgprot_modify270 #define pgprot_modify pgprot_modify macro271 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
374 #define pgprot_modify pgprot_modify macro375 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
165 #define pgprot_modify(oldprot, newprot) \ macro
94 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()