Lines Matching refs:prot_numa
40 int dirty_accountable, int prot_numa) in change_pte_range() argument
64 if (prot_numa && !(vma->vm_flags & VM_SHARED) && in change_pte_range()
74 bool preserve_write = prot_numa && pte_write(oldpte); in change_pte_range()
80 if (prot_numa) { 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()
213 dirty_accountable, prot_numa); in change_pmd_range()
229 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument
241 dirty_accountable, prot_numa); in change_pud_range()
249 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_p4d_range() argument
261 dirty_accountable, prot_numa); in change_p4d_range()
269 int dirty_accountable, int prot_numa) in change_protection_range() argument
286 dirty_accountable, prot_numa); in change_protection_range()
299 int dirty_accountable, int prot_numa) in change_protection() argument
306 pages = change_protection_range(vma, start, end, newprot, dirty_accountable, prot_numa); in change_protection()