Lines Matching refs:dirty_accountable
64 int dirty_accountable, int prot_numa) in change_pte_range() argument
104 if (dirty_accountable && pte_dirty(ptent) && in change_pte_range()
138 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument
181 dirty_accountable, prot_numa); in change_pmd_range()
195 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument
207 dirty_accountable, prot_numa); in change_pud_range()
215 int dirty_accountable, int prot_numa) in change_protection_range() argument
232 dirty_accountable, prot_numa); in change_protection_range()
245 int dirty_accountable, int prot_numa) in change_protection() argument
252 pages = change_protection_range(vma, start, end, newprot, dirty_accountable, prot_numa); in change_protection()
267 int dirty_accountable = 0; in mprotect_fixup() local
322 dirty_accountable = vma_wants_writenotify(vma); in mprotect_fixup()
326 dirty_accountable, 0); in mprotect_fixup()