Home
last modified time | relevance | path

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

123

/linux/arch/arm64/mm/
A Dhugetlbpage.c178 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 Dmmu.c460 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 Dhugepage.h35 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
A Dpgtable-bits-arcv2.h96 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/linux/mm/
A Ddebug_vm_pgtable.c109 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 Drmap.c931 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 Dmapping_dirty_helpers.c95 if (pte_dirty(ptent)) { in clean_record_pte()
/linux/include/asm-generic/
A Dhugetlb.h17 return pte_dirty(pte); in huge_pte_dirty()
/linux/arch/s390/include/asm/
A Dhugetlb.h95 return pte_dirty(pte); in huge_pte_dirty()
/linux/arch/powerpc/mm/nohash/
A Dbook3e_hugetlbpage.c166 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h159 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
A Dmmu_context.h147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
A Dmotorola_pgtable.h177 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/m68k/mm/
A Dmcfmmu.c149 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
/linux/arch/riscv/include/asm/
A Dpgtable.h294 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 Dtask_mmu.c538 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 Dpgtable.h117 #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 Dpgtable.h105 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/linux/arch/arm/lib/
A Duaccess_with_memcpy.c78 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h49 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/um/kernel/
A Dtlb.c232 } else if (!pte_dirty(*pte)) in update_pte_range()
493 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
A Dtrap.c111 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/linux/arch/mips/include/asm/
A Dpgtable.h299 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 Dtlb.c117 pte_dirty(orig)) { in tlb_batch_add()
/linux/arch/hexagon/include/asm/
A Dpgtable.h301 static inline int pte_dirty(pte_t pte) in pte_dirty() function

Completed in 39 milliseconds

123