Home
last modified time | relevance | path

Searched refs:pmd_clear_soft_dirty (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst139 | pmd_clear_soft_dirty | Clears a soft dirty PMD |
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h713 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) function
/openbmc/linux/include/linux/
H A Dpgtable.h1225 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1070 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd))) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h704 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c780 WARN_ON(pmd_soft_dirty(pmd_clear_soft_dirty(pmd))); in pmd_soft_dirty_tests()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h879 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1147 pmd = pmd_clear_soft_dirty(pmd); in clear_soft_dirty_pmd()