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

123

/linux-master/arch/arc/include/asm/
H A Dhugepage.h41 #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
/linux-master/arch/arm64/mm/
H A Dcontpte.c64 if (pte_dirty(ptent))
172 if (pte_dirty(pte))
229 if (pte_dirty(pte))
H A Dhugetlbpage.c157 if (pte_dirty(pte))
191 if (pte_dirty(pte))
436 if (pte_dirty(pte) != pte_dirty(orig_pte))
469 if (pte_dirty(orig_pte))
/linux-master/arch/s390/include/asm/
H A Dhugetlb.h104 return pte_dirty(pte);
/linux-master/include/asm-generic/
H A Dhugetlb.h20 return pte_dirty(pte);
/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c159 if (!pte_dirty(pte))
/linux-master/include/linux/
H A Dksm.h34 #define is_ksm_zero_pte(pte) (is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte))
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c20 if (pte_dirty(pte))
159 if (pte_dirty(pte))
282 if (pte_dirty(orig_pte))
/linux-master/arch/mips/kvm/
H A Dmmu.c459 if (range->slot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte))
474 (pte_dirty(old_pte) && !pte_dirty(hva_pte));
537 if (write_fault && !pte_dirty(*ptep)) {
/linux-master/mm/
H A Ddebug_vm_pgtable.c107 WARN_ON(pte_dirty(pte_wrprotect(pte)));
111 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte))));
114 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte))));
116 WARN_ON(pte_dirty(pte_wrprotect(pte_mkclean(pte))));
117 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte))));
163 WARN_ON(!(pte_write(pte) && pte_dirty(pte)));
H A Dmapping_dirty_helpers.c96 if (pte_dirty(ptent)) {
/linux-master/arch/um/kernel/
H A Dtrap.c114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte)));
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c81 !pte_write(*pte) || !pte_dirty(*pte))) {
/linux-master/arch/m68k/include/asm/
H A Dmmu_context.h147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET)
H A Dmotorola_pgtable.h153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
H A Dmcf_pgtable.h173 static inline int pte_dirty(pte_t pte) function
H A Dsun3_pgtable.h141 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h281 /* pte_dirty - "is PTE dirty?" */
282 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h151 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/um/include/asm/
H A Dpgtable.h137 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/sparc/mm/
H A Dtlb.c117 pte_dirty(orig)) {
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c136 if (!pte_dirty(*pte) && !KMAPAREA(mmuar))
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h162 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h86 static inline int pte_dirty(pte_t pte) \ function

Completed in 230 milliseconds

123