Home
last modified time | relevance | path

Searched refs:pte_soft_dirty (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h428 static inline bool pte_soft_dirty(pte_t pte) function
432 #define pte_swp_soft_dirty pte_soft_dirty
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst39 | pte_soft_dirty | Tests a soft dirty PTE |
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h510 static inline bool pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
1105 #define pmd_soft_dirty(pmd) pte_soft_dirty(pmd_pte(pmd))
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c747 WARN_ON(!pte_soft_dirty(pte_mksoft_dirty(pte))); in pte_soft_dirty_tests()
748 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte))); in pte_soft_dirty_tests()
H A Dmprotect.c136 (pte_soft_dirty(ptent) || in change_pte_range()
H A Drmap.c1688 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
1779 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
H A Dmigrate.c2434 if (pte_soft_dirty(pte)) in migrate_vma_collect_pmd()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h805 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
809 #define pte_swp_soft_dirty pte_soft_dirty
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h943 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h525 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c1461 if (pte_soft_dirty(pte)) in pte_to_pagemap_entry()