Searched refs:pgprot_modify (Results 1 – 3 of 3) sorted by relevance
509 #ifndef pgprot_modify510 #define pgprot_modify pgprot_modify macro511 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
628 #define pgprot_modify pgprot_modify macro629 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
124 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()