Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Dpgtable.h453 static inline pte_t pte_clear_soft_dirty(pte_t pte) function
458 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/linux/Documentation/vm/
A Darch_pgtable_helpers.rst61 | pte_clear_soft_dirty | Clears a soft dirty PTE |
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h541 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
1143 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/linux/arch/s390/include/asm/
A Dpgtable.h812 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
817 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/linux/include/linux/
A Dpgtable.h1035 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/linux/arch/x86/include/asm/
A Dpgtable.h526 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/linux/mm/
A Ddebug_vm_pgtable.c785 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte))); in pte_soft_dirty_tests()
/linux/fs/proc/
A Dtask_mmu.c1075 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()

Completed in 33 milliseconds