Searched refs:newprot (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | mprotect.c | 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() 191 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument 232 newprot, prot_numa); in change_pmd_range() 246 this_pages = change_pte_range(vma, pmd, addr, next, newprot, in change_pmd_range() 263 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument 274 pages += change_pmd_range(vma, pud, addr, next, newprot, in change_pud_range() 283 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_p4d_range() argument 294 pages += change_pud_range(vma, p4d, addr, next, newprot, in change_p4d_range() 302 unsigned long addr, unsigned long end, pgprot_t newprot, in change_protection_range() argument [all …]
|
D | huge_memory.c | 1927 unsigned long addr, pgprot_t newprot, int prot_numa) in change_huge_pmd() argument 1997 entry = pmd_modify(entry, newprot); in change_huge_pmd()
|
D | hugetlb.c | 4639 unsigned long address, unsigned long end, pgprot_t newprot) in hugetlb_change_protection() argument 4700 pte = pte_mkhuge(huge_pte_modify(old_pte, newprot)); in hugetlb_change_protection()
|