Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dswapops.h77 pte = pte_swp_clear_soft_dirty(pte); in pte_swp_clear_flags()
Dpgtable.h1219 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() function
/linux-6.6.21/Documentation/mm/
Darch_pgtable_helpers.rst67 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h710 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() function
1101 #define pmd_swp_clear_soft_dirty(pmd) pte_pmd(pte_swp_clear_soft_dirty(pmd_pte(pmd)))
/linux-6.6.21/arch/mips/include/asm/
Dpgtable.h446 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty macro
/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h1556 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty() function
/linux-6.6.21/mm/
Ddebug_vm_pgtable.c784 WARN_ON(pte_swp_soft_dirty(pte_swp_clear_soft_dirty(pte))); in pte_swap_soft_dirty_tests()
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h857 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty macro
/linux-6.6.21/fs/proc/
Dtask_mmu.c1116 ptent = pte_swp_clear_soft_dirty(ptent); in clear_soft_dirty()