Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst127 | pmd_clear_soft_dirty | Clears a soft dirty PMD |
/linux/arch/mips/include/asm/
H A Dpgtable.h707 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) function
/linux/arch/s390/include/asm/
H A Dpgtable.h899 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
907 #define pmd_swp_clear_soft_dirty(pmd) pmd_clear_soft_dirty(pmd)
/linux/arch/riscv/include/asm/
H A Dpgtable.h949 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1061 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd))) macro
/linux/include/linux/
H A Dpgtable.h1790 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/linux/mm/
H A Ddebug_vm_pgtable.c746 WARN_ON(pmd_soft_dirty(pmd_clear_soft_dirty(pmd))); in pmd_soft_dirty_tests()
/linux/arch/x86/include/asm/
H A Dpgtable.h695 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/linux/fs/proc/
H A Dtask_mmu.c1665 pmd = pmd_clear_soft_dirty(pmd); in clear_soft_dirty_pmd()