/linux/arch/arm64/mm/ |
A D | hugetlbpage.c | 178 if (pte_dirty(pte)) in get_clear_flush() 407 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed() 439 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
|
/linux/arch/mips/kvm/ |
A D | mmu.c | 460 if (range->slot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_gfn() 475 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_gfn() 538 if (write_fault && !pte_dirty(*ptep)) { in _kvm_mips_map_page_fast()
|
/linux/arch/arc/include/asm/ |
A D | hugepage.h | 35 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
A D | pgtable-bits-arcv2.h | 96 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/linux/mm/ |
A D | debug_vm_pgtable.c | 109 WARN_ON(pte_dirty(pte_wrprotect(pte))); in pte_basic_tests() 113 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte)))); in pte_basic_tests() 116 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte)))); in pte_basic_tests() 118 WARN_ON(pte_dirty(pte_wrprotect(pte_mkclean(pte)))); in pte_basic_tests() 119 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte)))); in pte_basic_tests() 162 WARN_ON(!(pte_write(pte) && pte_dirty(pte))); in pte_advanced_tests()
|
A D | rmap.c | 931 if (!pte_dirty(*pte) && !pte_write(*pte)) in page_mkclean_one() 1515 set_tlb_ubc_flush_pending(mm, pte_dirty(pteval)); in try_to_unmap_one() 1521 if (pte_dirty(pteval)) in try_to_unmap_one() 1803 if (pte_dirty(pteval)) in try_to_migrate_one() 2088 if (pte_dirty(pteval)) in page_make_device_exclusive_one()
|
A D | mapping_dirty_helpers.c | 95 if (pte_dirty(ptent)) { in clean_record_pte()
|
/linux/include/asm-generic/ |
A D | hugetlb.h | 17 return pte_dirty(pte); in huge_pte_dirty()
|
/linux/arch/s390/include/asm/ |
A D | hugetlb.h | 95 return pte_dirty(pte); in huge_pte_dirty()
|
/linux/arch/powerpc/mm/nohash/ |
A D | book3e_hugetlbpage.c | 166 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
|
/linux/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 159 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
A D | mmu_context.h | 147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
|
A D | motorola_pgtable.h | 177 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux/arch/m68k/mm/ |
A D | mcfmmu.c | 149 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 294 static inline int pte_dirty(pte_t pte) in pte_dirty() function 533 return pte_dirty(pmd_pte(pmd)); in pmd_dirty()
|
/linux/fs/proc/ |
A D | task_mmu.c | 538 smaps_account(mss, page, false, pte_young(*pte), pte_dirty(*pte), locked); in smaps_pte_entry() 1717 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument 1723 if (pte_dirty || PageDirty(page)) in gather_stats() 1823 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1846 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|
/linux/arch/arm64/include/asm/ |
A D | pgtable.h | 117 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro 310 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_racy_pte_update() 438 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 105 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/linux/arch/arm/lib/ |
A D | uaccess_with_memcpy.c | 78 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 49 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux/arch/um/kernel/ |
A D | tlb.c | 232 } else if (!pte_dirty(*pte)) in update_pte_range() 493 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
|
A D | trap.c | 111 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 299 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 363 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/linux/arch/sparc/mm/ |
A D | tlb.c | 117 pte_dirty(orig)) { in tlb_batch_add()
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 301 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|