Lines Matching refs:prot_numa
40 unsigned long addr, int prot_numa, spinlock_t **ptl) in lock_pte_protection() argument
46 if (!prot_numa) in lock_pte_protection()
62 int dirty_accountable, int prot_numa) in change_pte_range() argument
69 pte = lock_pte_protection(vma, pmd, addr, prot_numa, &ptl); in change_pte_range()
78 bool preserve_write = prot_numa && pte_write(oldpte); in change_pte_range()
84 if (prot_numa) { in change_pte_range()
136 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument
164 newprot, prot_numa); in change_pmd_range()
179 dirty_accountable, prot_numa); in change_pmd_range()
193 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument
205 dirty_accountable, prot_numa); in change_pud_range()
213 int dirty_accountable, int prot_numa) in change_protection_range() argument
230 dirty_accountable, prot_numa); in change_protection_range()
243 int dirty_accountable, int prot_numa) in change_protection() argument
250 pages = change_protection_range(vma, start, end, newprot, dirty_accountable, prot_numa); in change_protection()