Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h535 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
1084 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h791 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
796 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/Linux-v4.19/include/asm-generic/
Dpgtable.h715 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h501 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/Linux-v4.19/fs/proc/
Dtask_mmu.c943 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()