Lines Matching refs:newprot
39 unsigned long addr, unsigned long end, pgprot_t newprot, in change_pte_range() argument
113 ptent = pte_modify(oldpte, newprot); in change_pte_range()
166 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument
198 newprot, prot_numa); in change_pmd_range()
212 this_pages = change_pte_range(vma, pmd, addr, next, newprot, in change_pmd_range()
229 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument
240 pages += change_pmd_range(vma, pud, addr, next, newprot, in change_pud_range()
249 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_p4d_range() argument
260 pages += change_pud_range(vma, p4d, addr, next, newprot, in change_p4d_range()
268 unsigned long addr, unsigned long end, pgprot_t newprot, in change_protection_range() argument
285 pages += change_p4d_range(vma, pgd, addr, next, newprot, in change_protection_range()
298 unsigned long end, pgprot_t newprot, in change_protection() argument
304 pages = hugetlb_change_protection(vma, start, end, newprot); in change_protection()
306 pages = change_protection_range(vma, start, end, newprot, dirty_accountable, prot_numa); in change_protection()