Home
last modified time | relevance | path

Searched refs:newprot (Results 1 – 3 of 3) sorted by relevance

/mm/
Dmprotect.c63 unsigned long addr, unsigned long end, pgprot_t newprot, in change_pte_range() argument
100 ptent = pte_modify(ptent, newprot); in change_pte_range()
139 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument
167 newprot, prot_numa); in change_pmd_range()
181 this_pages = change_pte_range(vma, pmd, addr, next, newprot, in change_pmd_range()
196 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument
207 pages += change_pmd_range(vma, pud, addr, next, newprot, in change_pud_range()
215 unsigned long addr, unsigned long end, pgprot_t newprot, in change_protection_range() argument
232 pages += change_pud_range(vma, pgd, addr, next, newprot, in change_protection_range()
245 unsigned long end, pgprot_t newprot, in change_protection() argument
[all …]
Dhuge_memory.c1562 unsigned long addr, pgprot_t newprot, int prot_numa) in change_huge_pmd() argument
1621 entry = pmd_modify(entry, newprot); in change_huge_pmd()
Dhugetlb.c4079 unsigned long address, unsigned long end, pgprot_t newprot) in hugetlb_change_protection() argument
4136 pte = pte_mkhuge(huge_pte_modify(pte, newprot)); in hugetlb_change_protection()