Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h157 return pte_flags(pte) & _PAGE_DIRTY_BITS; in pte_dirty()
179 return pmd_flags(pmd) & _PAGE_DIRTY_BITS; in pmd_dirty()
197 return pud_flags(pud) & _PAGE_DIRTY_BITS; in pud_dirty()
471 return pte_clear_flags(pte, _PAGE_DIRTY_BITS); in pte_mkclean()
596 return pmd_clear_flags(pmd, _PAGE_DIRTY_BITS); in pmd_mkclean()
661 return pud_clear_flags(pud, _PAGE_DIRTY_BITS); in pud_mkclean()
H A Dpgtable_types.h142 #define _PAGE_DIRTY_BITS (_PAGE_DIRTY | _PAGE_SAVED_DIRTY) macro
156 _PAGE_DIRTY_BITS | _PAGE_SOFT_DIRTY | \