Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst61 | pte_clear_soft_dirty | Clears a soft dirty PTE |
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h520 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
1107 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h818 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
823 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h963 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h555 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c748 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte))); in pte_soft_dirty_tests()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c1157 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()