_PAGE_DIRTY_BITS
return pte_flags(pte) & _PAGE_DIRTY_BITS;
return pmd_flags(pmd) & _PAGE_DIRTY_BITS;
return pud_flags(pud) & _PAGE_DIRTY_BITS;
return pte_clear_flags(pte, _PAGE_DIRTY_BITS);
return pmd_clear_flags(pmd, _PAGE_DIRTY_BITS);
return pud_clear_flags(pud, _PAGE_DIRTY_BITS);
_PAGE_DIRTY_BITS | _PAGE_SOFT_DIRTY | \