Home
last modified time | relevance | path

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

123

/Linux-v6.6/arch/arm64/mm/
Dhugetlbpage.c164 if (pte_dirty(pte)) in huge_ptep_get()
198 if (pte_dirty(pte)) in get_clear_contig()
440 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
473 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/Linux-v6.6/arch/riscv/mm/
Dhugetlbpage.c20 if (pte_dirty(pte)) in huge_ptep_get()
139 if (pte_dirty(pte)) in get_clear_contig()
224 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/Linux-v6.6/arch/mips/kvm/
Dmmu.c459 if (range->slot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_gfn()
474 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_gfn()
537 if (write_fault && !pte_dirty(*ptep)) { in _kvm_mips_map_page_fast()
/Linux-v6.6/arch/arc/include/asm/
Dhugepage.h34 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
Dpgtable-bits-arcv2.h81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/Linux-v6.6/include/linux/
Dksm.h34 #define is_ksm_zero_pte(pte) (is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte))
/Linux-v6.6/mm/
Ddebug_vm_pgtable.c107 WARN_ON(pte_dirty(pte_wrprotect(pte))); in pte_basic_tests()
111 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte)))); in pte_basic_tests()
114 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte)))); in pte_basic_tests()
116 WARN_ON(pte_dirty(pte_wrprotect(pte_mkclean(pte)))); in pte_basic_tests()
117 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte)))); in pte_basic_tests()
163 WARN_ON(!(pte_write(pte) && pte_dirty(pte))); in pte_advanced_tests()
Drmap.c650 bool writable = pte_dirty(pteval); in set_tlb_ubc_flush_pending()
958 if (!pte_dirty(entry) && !pte_write(entry)) in page_vma_mkclean_one()
1625 if (pte_dirty(pteval)) in try_to_unmap_one()
1985 if (pte_dirty(pteval)) in try_to_migrate_one()
2097 if (pte_dirty(pteval)) in try_to_migrate_one()
2222 if (pte_dirty(pteval)) in page_make_device_exclusive_one()
Dmapping_dirty_helpers.c96 if (pte_dirty(ptent)) { in clean_record_pte()
/Linux-v6.6/arch/s390/include/asm/
Dhugetlb.h104 return pte_dirty(pte); in huge_pte_dirty()
/Linux-v6.6/arch/powerpc/mm/nohash/
De500_hugetlbpage.c159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/Linux-v6.6/include/asm-generic/
Dhugetlb.h20 return pte_dirty(pte); in huge_pte_dirty()
/Linux-v6.6/arch/m68k/include/asm/
Dsun3_pgtable.h141 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
Dmmu_context.h147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
Dmotorola_pgtable.h153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
Dmcf_pgtable.h173 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/Linux-v6.6/arch/hexagon/include/asm/
Dpgtable.h282 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/Linux-v6.6/arch/sparc/include/asm/
Dpgtable_64.h361 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
537 return pte_dirty(pte) ? __pte_mkhwwrite(pte) : pte; in pte_mkwrite_novma()
713 return pte_dirty(pte); in pmd_dirty()
/Linux-v6.6/arch/arm/lib/
Duaccess_with_memcpy.c81 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
/Linux-v6.6/arch/nios2/include/asm/
Dpgtable.h86 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/Linux-v6.6/arch/powerpc/include/asm/nohash/
Dpgtable.h31 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/Linux-v6.6/arch/sparc/mm/
Dtlb.c117 pte_dirty(orig)) { in tlb_batch_add()
/Linux-v6.6/arch/csky/include/asm/
Dpgtable.h151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/Linux-v6.6/arch/m68k/mm/
Dmcfmmu.c137 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
/Linux-v6.6/arch/um/kernel/
Dtrap.c114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()

123