Searched refs:pte_swp_clear_soft_dirty (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dswapops.h77 pte = pte_swp_clear_soft_dirty(pte);
H A Dpgtable.h1374 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h683 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) function
1062 #define pmd_swp_clear_soft_dirty(pmd) pte_pmd(pte_swp_clear_soft_dirty(pmd_pte(pmd)))
/linux-master/arch/mips/include/asm/
H A Dpgtable.h446 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty macro
/linux-master/mm/
H A Ddebug_vm_pgtable.c784 WARN_ON(pte_swp_soft_dirty(pte_swp_clear_soft_dirty(pte)));
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1550 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h859 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty macro
/linux-master/fs/proc/
H A Dtask_mmu.c1116 ptent = pte_swp_clear_soft_dirty(ptent);

Completed in 188 milliseconds