Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h431 static inline pte_t pte_clear_soft_dirty(pte_t pte) function
436 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/linux-6.1.9/Documentation/mm/
Darch_pgtable_helpers.rst61 | pte_clear_soft_dirty | Clears a soft dirty PTE |
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h526 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
1148 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h843 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
847 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/linux-6.1.9/include/linux/
Dpgtable.h1129 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/linux-6.1.9/arch/x86/include/asm/
Dpgtable.h530 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/linux-6.1.9/mm/
Ddebug_vm_pgtable.c787 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte))); in pte_soft_dirty_tests()
/linux-6.1.9/fs/proc/
Dtask_mmu.c1116 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()