Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h441 static inline pte_t pte_clear_soft_dirty(pte_t pte) function
446 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h493 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
940 #define pud_clear_soft_dirty(pmd) pte_pud(pte_clear_soft_dirty(pud_pte(pud)))
1096 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst63 | pte_clear_soft_dirty | Clears a soft dirty PTE |
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h863 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
867 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/openbmc/linux/include/linux/
H A Dpgtable.h1220 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h699 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c751 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte))); in pte_soft_dirty_tests()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1118 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()