Lines Matching refs:dirty_accountable
62 int dirty_accountable, int prot_numa) in change_pte_range() argument
102 if (dirty_accountable && pte_dirty(ptent) && in change_pte_range()
136 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument
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()
265 int dirty_accountable = 0; in mprotect_fixup() local
319 dirty_accountable = vma_wants_writenotify(vma); in mprotect_fixup()
323 dirty_accountable, 0); in mprotect_fixup()