Home
last modified time | relevance | path

Searched refs:pmd_dirty (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-3level.h188 #define pmd_dirty(pmd) (pmd_isset((pmd), L_PMD_SECT_DIRTY)) macro
241 if (pmd_write(pmd) && pmd_dirty(pmd)) in set_pmd_at()
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c167 WARN_ON(pmd_dirty(pmd_wrprotect(pmd))); in pmd_basic_tests()
172 WARN_ON(!pmd_dirty(pmd_mkdirty(pmd_mkclean(pmd)))); in pmd_basic_tests()
175 WARN_ON(pmd_dirty(pmd_mkclean(pmd_mkdirty(pmd)))); in pmd_basic_tests()
177 WARN_ON(pmd_dirty(pmd_wrprotect(pmd_mkclean(pmd)))); in pmd_basic_tests()
178 WARN_ON(!pmd_dirty(pmd_wrprotect(pmd_mkdirty(pmd)))); in pmd_basic_tests()
219 WARN_ON(!(pmd_write(pmd) && pmd_dirty(pmd))); in pmd_advanced_tests()
H A Dmapping_dirty_helpers.c139 WARN_ON(pmd_write(pmdval) || pmd_dirty(pmdval)); in wp_clean_pmd_entry()
H A Dhuge_memory.c1337 ((flags & FOLL_FORCE) && (flags & FOLL_COW) && pmd_dirty(pmd)); in can_follow_write_pmd()
1624 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd()
2063 if (!PageDirty(page) && pmd_dirty(old_pmd)) in __split_huge_pmd_locked()
2121 if (pmd_dirty(old_pmd)) in __split_huge_pmd_locked()
2980 if (pmd_dirty(pmdval)) in set_pmd_migration_entry()
H A Drmap.c958 if (!pmd_dirty(*pmd) && !pmd_write(*pmd)) in page_mkclean_one()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dhugepage.h35 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst99 | pmd_dirty | Tests a dirty PMD |
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c637 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), in smaps_pmd_entry()
1180 if (pmd_dirty(old)) in clear_soft_dirty_pmd()
1893 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h621 static inline int pmd_dirty(pmd_t pmd) function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h712 static inline unsigned long pmd_dirty(pmd_t pmd) in pmd_dirty() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h421 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1093 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h163 static inline int pmd_dirty(pmd_t pmd) in pmd_dirty() function
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c851 if (!pmd_dirty(*pmdp) && !pmd_write(*pmdp)) in dax_entry_mkclean()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h752 static inline int pmd_dirty(pmd_t pmd) in pmd_dirty() function