Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/arm64/mm/
Dhugetlbpage.c123 if (pte_dirty(pte)) in get_clear_flush()
345 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
377 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/Linux-v4.19/include/asm-generic/
Dhugetlb.h17 return pte_dirty(pte); in huge_pte_dirty()
/Linux-v4.19/arch/arc/include/asm/
Dhugepage.h39 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
Dpgtable.h304 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/Linux-v4.19/arch/s390/include/asm/
Dhugetlb.h96 return pte_dirty(pte); in huge_pte_dirty()
/Linux-v4.19/arch/mips/kvm/
Dmmu.c536 if (memslot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_handler()
551 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_handler()
636 if (write_fault && !pte_dirty(*ptep)) { in _kvm_mips_map_page_fast()
970 if (!pte_dirty(pte)) in kvm_mips_gpa_pte_to_gva_unmapped()
/Linux-v4.19/arch/powerpc/mm/
Dhugetlbpage-book3e.c180 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h19 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/Linux-v4.19/arch/m68k/mm/
Dmcfmmu.c135 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h105 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
267 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in set_pte_at()
361 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
/Linux-v4.19/arch/arm/lib/
Duaccess_with_memcpy.c76 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
/Linux-v4.19/arch/m68k/include/asm/
Dmmu_context.h141 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
Dsun3_pgtable.h168 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
/Linux-v4.19/arch/um/kernel/
Dtlb.c212 } else if (!pte_dirty(*pte)) in update_pte_range()
426 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
Dtrap.c121 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h316 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function
380 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
/Linux-v4.19/fs/proc/
Dtask_mmu.c535 smaps_account(mss, page, false, pte_young(*pte), pte_dirty(*pte)); in smaps_pte_entry()
1580 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument
1586 if (pte_dirty || PageDirty(page)) in gather_stats()
1686 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats()
1709 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
/Linux-v4.19/arch/sparc/mm/
Dtlb.c118 pte_dirty(orig)) { in tlb_batch_add()
/Linux-v4.19/arch/nios2/include/asm/
Dpgtable.h112 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/Linux-v4.19/arch/unicore32/include/asm/
Dpgtable.h180 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
/Linux-v4.19/arch/sh/include/asm/
Dpgtable_64.h260 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/Linux-v4.19/arch/hexagon/include/asm/
Dpgtable.h348 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/Linux-v4.19/arch/um/include/asm/
Dpgtable.h149 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/Linux-v4.19/arch/m68k/kernel/
Dsys_m68k.c481 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_32.h216 static inline int pte_dirty(pte_t pte) in pte_dirty() function

123