Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dhugetlbpage.c132 if (pte_dirty(pte)) in huge_ptep_get()
165 if (pte_dirty(tmp_pte)) in get_clear_contig()
410 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
443 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/linux/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/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h135 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
H A Dmmu_context.h147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
H A Dmotorola_pgtable.h147 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
H A Dmcf_pgtable.h167 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/mm/
H A Dmapping_dirty_helpers.c96 if (pte_dirty(ptent)) { in clean_record_pte()
/linux/arch/um/kernel/
H A Dtrap.c219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/linux/arch/m68k/kernel/
H A Dsys_m68k.c493 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h198 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h395 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst25 | pte_dirty | Tests a dirty PTE |
/linux/arch/parisc/include/asm/
H A Dpgtable.h304 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c1099 if (pte_present(pte) && pte_dirty(pte)) { in kvm_radix_test_clear_dirty()
1111 if (!pte_present(*ptep) || !pte_dirty(*ptep)) { in kvm_radix_test_clear_dirty()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h401 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & (_PAGE_DIRTY | _PAGE_MODIFIED); } in pte_dirty() function