Searched refs:oldprot (Results 1 – 2 of 2) sorted by relevance
787 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument789 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()