Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/vm/
Darch_pgtable_helpers.rst131 | pmd_clear_soft_dirty | Clears a soft dirty PMD |
/Linux-v5.15/arch/mips/include/asm/
Dpgtable.h669 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) function
/Linux-v5.15/include/linux/
Dpgtable.h1040 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/Linux-v5.15/arch/x86/include/asm/
Dpgtable.h531 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1133 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd))) macro
/Linux-v5.15/mm/
Ddebug_vm_pgtable.c814 WARN_ON(pmd_soft_dirty(pmd_clear_soft_dirty(pmd))); in pmd_soft_dirty_tests()
/Linux-v5.15/arch/s390/include/asm/
Dpgtable.h830 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty() function
/Linux-v5.15/fs/proc/
Dtask_mmu.c1100 pmd = pmd_clear_soft_dirty(pmd); in clear_soft_dirty_pmd()