Searched refs:oldprot (Results 1 – 3 of 3) sorted by relevance
161 #define pgprot_modify(oldprot, newprot) \ argument162 (pgprot_t) { ((oldprot).val & ~_PAGE_ALL) | (newprot).val }
349 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument351 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK; in pgprot_modify()
32 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument