Home
last modified time | relevance | path

Searched refs:pte_dirty (Results 1 - 25 of 111) sorted by relevance

12345

/kernel/linux/linux-6.6/arch/arm64/mm/
H A 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()
/kernel/linux/linux-5.10/arch/arm64/mm/
H A 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-6.6/arch/mips/kvm/
H A 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()
/kernel/linux/linux-5.10/arch/mips/kvm/
H A 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()
945 if (!pte_dirty(pte)) in kvm_mips_gpa_pte_to_gva_unmapped()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dhugepage.h35 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
H A Dpgtable.h282 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dhugepage.h34 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
H A Dpgtable-bits-arcv2.h81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dhugetlbpage.c20 if (pte_dirty(pte)) in huge_ptep_get()
159 if (pte_dirty(pte)) in get_clear_contig()
282 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/kernel/linux/linux-5.10/mm/
H A 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()
/kernel/linux/linux-6.6/mm/
H A 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()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H A Dbook3e_hugetlbpage.c166 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dhugetlb.h97 return pte_dirty(pte); in huge_pte_dirty()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dhugetlb.h104 return pte_dirty(pte); in huge_pte_dirty()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dhugetlb.h17 return pte_dirty(pte); in huge_pte_dirty()
/kernel/linux/linux-6.6/include/linux/
H A Dksm.h34 #define is_ksm_zero_pte(pte) (is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte))
/kernel/linux/linux-6.6/include/asm-generic/
H A Dhugetlb.h20 return pte_dirty(pte); in huge_pte_dirty()
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dmmu.c335 if (pte_present(val) && pte_dirty(val)) { in kvm_mkclean_pte()
722 if (memslot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_handler()
737 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_handler()
1037 if (write && !pte_dirty(*ptep)) { in kvm_map_page_fast()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A 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-6.6/arch/sparc/include/asm/
H A 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()
/kernel/linux/linux-5.10/arch/m68k/mm/
H A Dmcfmmu.c149 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
/kernel/linux/linux-5.10/arch/arm/lib/
H A Duaccess_with_memcpy.c78 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmotorola_pgtable.h175 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
H A Dmmu_context.h151 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()

Completed in 21 milliseconds

12345