Searched refs:pte_clear_soft_dirty (Results 1 - 9 of 9) sorted by relevance

/linux-master/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
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h476 static inline pte_t pte_clear_soft_dirty(pte_t pte) function
913 #define pud_clear_soft_dirty(pmd) pte_pud(pte_clear_soft_dirty(pud_pte(pud)))
1057 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/linux-master/arch/s390/include/asm/
H A Dpgtable.h855 static inline pte_t pte_clear_soft_dirty(pte_t pte) function
859 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/linux-master/include/linux/
H A Dpgtable.h1354 static inline pte_t pte_clear_soft_dirty(pte_t pte) function
/linux-master/mm/
H A Dinternal.h94 /* Compare PTEs after pte_clear_soft_dirty(), ignoring the soft-dirty bit. */
102 pte = pte_clear_soft_dirty(pte);
H A Ddebug_vm_pgtable.c772 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte)));
H A Dmigrate.c223 pte = pte_clear_soft_dirty(pte);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h715 static inline pte_t pte_clear_soft_dirty(pte_t pte) function
/linux-master/fs/proc/
H A Dtask_mmu.c1113 ptent = pte_clear_soft_dirty(ptent);

Completed in 188 milliseconds