Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h487 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
911 #define pud_clear_soft_dirty(pmd) pte_pud(pte_clear_soft_dirty(pud_pte(pud)))
1061 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst57 | pte_clear_soft_dirty | Clears a soft dirty PTE |
/linux/arch/riscv/include/asm/
H A Dpgtable.h500 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
936 return pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd))); in pmd_clear_soft_dirty()
/linux/arch/s390/include/asm/
H A Dpgtable.h885 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
889 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/linux/arch/x86/include/asm/
H A Dpgtable.h682 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/linux/mm/
H A Dmigrate.c390 pte = pte_clear_soft_dirty(pte); in remove_migration_pte()