Lines Matching refs:newprot
85 unsigned long end, pgprot_t newprot, unsigned long cp_flags) in change_pte_range() argument
165 ptent = pte_modify(oldpte, newprot); in change_pte_range()
355 unsigned long end, pgprot_t newprot, unsigned long cp_flags) in change_pmd_range() argument
406 addr, newprot, cp_flags); in change_pmd_range()
420 ret = change_pte_range(tlb, vma, pmd, addr, next, newprot, in change_pmd_range()
439 unsigned long end, pgprot_t newprot, unsigned long cp_flags) in change_pud_range() argument
453 pages += change_pmd_range(tlb, vma, pud, addr, next, newprot, in change_pud_range()
462 unsigned long end, pgprot_t newprot, unsigned long cp_flags) in change_p4d_range() argument
476 pages += change_pud_range(tlb, vma, p4d, addr, next, newprot, in change_p4d_range()
485 unsigned long end, pgprot_t newprot, unsigned long cp_flags) in change_protection_range() argument
504 pages += change_p4d_range(tlb, vma, pgd, addr, next, newprot, in change_protection_range()
517 pgprot_t newprot = vma->vm_page_prot; in change_protection() local
529 newprot = PAGE_NONE; in change_protection()
535 pages = hugetlb_change_protection(vma, start, end, newprot, in change_protection()
538 pages = change_protection_range(tlb, vma, start, end, newprot, in change_protection()