Home
last modified time | relevance | path

Searched refs:_PAGE_DIRTY_BITS (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable.h158 return pte_flags(pte) & _PAGE_DIRTY_BITS; in pte_dirty()
180 return pmd_flags(pmd) & _PAGE_DIRTY_BITS; in pmd_dirty()
198 return pud_flags(pud) & _PAGE_DIRTY_BITS; in pud_dirty()
440 return pte_clear_flags(pte, _PAGE_DIRTY_BITS); in pte_mkclean()
560 return pmd_clear_flags(pmd, _PAGE_DIRTY_BITS); in pmd_mkclean()
620 return pud_clear_flags(pud, _PAGE_DIRTY_BITS); in pud_mkclean()
H A Dpgtable_types.h139 #define _PAGE_DIRTY_BITS (_PAGE_DIRTY | _PAGE_SAVED_DIRTY) macro
153 _PAGE_DIRTY_BITS | _PAGE_SOFT_DIRTY | \