Searched refs:oldprot (Results 1 – 3 of 3) sorted by relevance
573 static inline pgprot_t vma_pgprot_modify(pgprot_t oldprot, vma_flags_t vma_flags) in vma_pgprot_modify() argument577 return pgprot_modify(oldprot, prot); in vma_pgprot_modify()
782 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument784 return __pgprot(pgprot_val(oldprot) | pgprot_val(newprot)); in pgprot_modify()
855 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument857 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK; in pgprot_modify()