Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswapops.h77 pte = pte_swp_clear_soft_dirty(pte); in pte_swp_clear_flags()
H A Dpgtable.h1240 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() function
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst67 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h684 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() function
1075 #define pmd_swp_clear_soft_dirty(pmd) pte_pmd(pte_swp_clear_soft_dirty(pmd_pte(pmd)))
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h446 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h1540 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() function
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c763 WARN_ON(pte_swp_soft_dirty(pte_swp_clear_soft_dirty(pte))); in pte_swap_soft_dirty_tests()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h867 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty macro
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1121 ptent = pte_swp_clear_soft_dirty(ptent); in clear_soft_dirty()