Searched refs:pgprot_modify (Results 1 – 4 of 4) sorted by relevance
1522 #ifndef pgprot_modify1523 #define pgprot_modify pgprot_modify macro1524 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
867 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function1420 vm_page_prot = pgprot_modify(vma->vm_page_prot, vm_get_page_prot(vm_flags)); in vma_set_page_prot()1425 vm_page_prot = pgprot_modify(vm_page_prot, vm_get_page_prot(vm_flags)); in vma_set_page_prot()
861 #define pgprot_modify pgprot_modify macro862 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() function
419 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()