Lines Matching refs:newprot
63 unsigned long addr, unsigned long end, pgprot_t newprot, in change_pte_range() argument
99 ptent = pte_modify(ptent, newprot); in change_pte_range()
138 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument
166 newprot, prot_numa); in change_pmd_range()
180 this_pages = change_pte_range(vma, pmd, addr, next, newprot, in change_pmd_range()
195 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument
206 pages += change_pmd_range(vma, pud, addr, next, newprot, in change_pud_range()
214 unsigned long addr, unsigned long end, pgprot_t newprot, in change_protection_range() argument
231 pages += change_pud_range(vma, pgd, addr, next, newprot, in change_protection_range()
244 unsigned long end, pgprot_t newprot, in change_protection() argument
250 pages = hugetlb_change_protection(vma, start, end, newprot); in change_protection()
252 pages = change_protection_range(vma, start, end, newprot, dirty_accountable, prot_numa); in change_protection()