Lines Matching refs:newprot
771 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
778 * the newprot (if present):
781 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK;
792 * out any Dirty bit passed in newprot. Handle the second case by
804 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
810 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK;
827 static inline pud_t pud_modify(pud_t pud, pgprot_t newprot)
833 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK;
855 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot)
858 pgprotval_t addbits = pgprot_val(newprot) & ~_PAGE_CHG_MASK;