| /Linux-v5.4/arch/arm64/mm/ |
| D | hugetlbpage.c | 135 if (pte_dirty(pte)) in get_clear_flush() 357 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed() 389 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | hugepage.h | 36 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
| D | pgtable.h | 301 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
| /Linux-v5.4/arch/mips/kvm/ |
| D | mmu.c | 536 if (memslot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_handler() 551 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_handler() 637 if (write_fault && !pte_dirty(*ptep)) { in _kvm_mips_map_page_fast() 971 if (!pte_dirty(pte)) in kvm_mips_gpa_pte_to_gva_unmapped()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | hugetlb.h | 101 return pte_dirty(pte); in huge_pte_dirty()
|
| /Linux-v5.4/include/asm-generic/ |
| D | hugetlb.h | 17 return pte_dirty(pte); in huge_pte_dirty()
|
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | book3e_hugetlbpage.c | 166 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
|
| /Linux-v5.4/arch/m68k/mm/ |
| D | mcfmmu.c | 139 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 49 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | mmu_context.h | 141 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
|
| D | sun3_pgtable.h | 168 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
| /Linux-v5.4/arch/arm/lib/ |
| D | uaccess_with_memcpy.c | 73 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | pgtable.h | 96 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro 270 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_racy_pte_update() 364 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | pgtable.h | 278 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 349 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
| /Linux-v5.4/fs/proc/ |
| D | task_mmu.c | 569 smaps_account(mss, page, false, pte_young(*pte), pte_dirty(*pte), locked); in smaps_pte_entry() 1667 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument 1673 if (pte_dirty || PageDirty(page)) in gather_stats() 1773 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1796 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|
| /Linux-v5.4/arch/sparc/mm/ |
| D | tlb.c | 118 pte_dirty(orig)) { in tlb_batch_add()
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | pgtable.h | 112 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
| /Linux-v5.4/arch/um/kernel/ |
| D | tlb.c | 239 } else if (!pte_dirty(*pte)) in update_pte_range() 456 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
|
| D | trap.c | 121 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | pgtable.h | 177 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | pgtable_64.h | 257 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | pgtable.h | 335 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /Linux-v5.4/arch/m68k/kernel/ |
| D | sys_m68k.c | 481 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | pgtable.h | 183 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | pgtable_32.h | 216 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|