Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
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
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h478 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
915 #define pud_clear_soft_dirty(pmd) pte_pud(pte_clear_soft_dirty(pud_pte(pud)))
1059 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/linux-6.12.1/Documentation/mm/
Darch_pgtable_helpers.rst61 | pte_clear_soft_dirty | Clears a soft dirty PTE |
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h906 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
910 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/linux-6.12.1/mm/
Dinternal.h172 pte = pte_clear_soft_dirty(pte); in __pte_batch_clear_ignored()
Ddebug_vm_pgtable.c752 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte))); in pte_soft_dirty_tests()
Dmigrate.c291 pte = pte_clear_soft_dirty(pte); in remove_migration_pte()
/linux-6.12.1/include/linux/
Dpgtable.h1452 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h736 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/linux-6.12.1/fs/proc/
Dtask_mmu.c1404 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()