Searched refs:dirty_accountable (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmprotect.c40 int dirty_accountable)
59 if (dirty_accountable && pte_dirty(ptent))
83 int dirty_accountable)
93 change_pte_range(mm, pmd, addr, next, newprot, dirty_accountable);
99 int dirty_accountable)
109 change_pmd_range(mm, pud, addr, next, newprot, dirty_accountable);
115 int dirty_accountable)
129 change_pud_range(mm, pgd, addr, next, newprot, dirty_accountable);
144 int dirty_accountable = 0; local
203 dirty_accountable
38 change_pte_range(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, unsigned long end, pgprot_t newprot, int dirty_accountable) argument
81 change_pmd_range(struct mm_struct *mm, pud_t *pud, unsigned long addr, unsigned long end, pgprot_t newprot, int dirty_accountable) argument
97 change_pud_range(struct mm_struct *mm, pgd_t *pgd, unsigned long addr, unsigned long end, pgprot_t newprot, int dirty_accountable) argument
113 change_protection(struct vm_area_struct *vma, unsigned long addr, unsigned long end, pgprot_t newprot, int dirty_accountable) argument
[all...]

Completed in 360 milliseconds