Lines Matching refs:newprot
61 unsigned long addr, unsigned long end, pgprot_t newprot, in change_pte_range() argument
97 ptent = pte_modify(ptent, newprot); in change_pte_range()
136 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument
164 newprot, prot_numa); in change_pmd_range()
178 this_pages = change_pte_range(vma, pmd, addr, next, newprot, in change_pmd_range()
193 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument
204 pages += change_pmd_range(vma, pud, addr, next, newprot, in change_pud_range()
212 unsigned long addr, unsigned long end, pgprot_t newprot, in change_protection_range() argument
229 pages += change_pud_range(vma, pgd, addr, next, newprot, in change_protection_range()
242 unsigned long end, pgprot_t newprot, in change_protection() argument
248 pages = hugetlb_change_protection(vma, start, end, newprot); in change_protection()
250 pages = change_protection_range(vma, start, end, newprot, dirty_accountable, prot_numa); in change_protection()