Home
last modified time | relevance | path

Searched refs:pte_dirty (Results 1 – 25 of 54) sorted by relevance

123

/kernel/linux/linux-5.10/arch/arm64/mm/
Dhugetlbpage.c174 if (pte_dirty(pte)) in get_clear_flush()
405 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
437 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/kernel/linux/linux-5.10/arch/mips/kvm/
Dmmu.c511 if (memslot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_handler()
526 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_handler()
612 if (write_fault && !pte_dirty(*ptep)) { in _kvm_mips_map_page_fast()
946 if (!pte_dirty(pte)) in kvm_mips_gpa_pte_to_gva_unmapped()
/kernel/linux/linux-5.10/mm/
Ddebug_vm_pgtable.c76 WARN_ON(pte_dirty(pte_wrprotect(pte))); in pte_basic_tests()
80 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte)))); in pte_basic_tests()
83 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte)))); in pte_basic_tests()
85 WARN_ON(pte_dirty(pte_wrprotect(pte_mkclean(pte)))); in pte_basic_tests()
86 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte)))); in pte_basic_tests()
120 WARN_ON(!(pte_write(pte) && pte_dirty(pte))); in pte_advanced_tests()
Dmapping_dirty_helpers.c93 if (pte_dirty(ptent)) { in clean_record_pte()
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dhugepage.h35 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
Dpgtable.h282 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/kernel/linux/linux-5.10/include/asm-generic/
Dhugetlb.h17 return pte_dirty(pte); in huge_pte_dirty()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dhugetlb.h97 return pte_dirty(pte); in huge_pte_dirty()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
Dbook3e_hugetlbpage.c166 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/kernel/linux/linux-5.10/arch/m68k/mm/
Dmcfmmu.c149 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsun3_pgtable.h159 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
Dmmu_context.h151 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
Dmotorola_pgtable.h175 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
Dmcf_pgtable.h228 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h49 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h107 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/kernel/linux/linux-5.10/arch/arm/lib/
Duaccess_with_memcpy.c78 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
/kernel/linux/linux-5.10/arch/sparc/mm/
Dtlb.c116 pte_dirty(orig)) { in tlb_batch_add()
/kernel/linux/linux-5.10/arch/um/kernel/
Dtrap.c111 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
Dtlb.c244 } else if (!pte_dirty(*pte)) in update_pte_range()
508 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h305 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable.h306 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function
370 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h119 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
309 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_racy_pte_update()
421 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h171 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-5.10/fs/proc/
Dtask_mmu.c536 dirty = pte_dirty(*pte); in smaps_pte_entry()
1756 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument
1762 if (pte_dirty || PageDirty(page)) in gather_stats()
1862 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats()
1885 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()

123