Home
last modified time | relevance | path

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

123

/linux/arch/arm64/mm/
H A Dhugetlbpage.c136 if (pte_dirty(pte)) in huge_ptep_get()
168 if (pte_dirty(tmp_pte)) in get_clear_contig()
413 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
446 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/linux/arch/riscv/mm/
H A Dhugetlbpage.c20 if (pte_dirty(pte)) in huge_ptep_get()
163 if (pte_dirty(tmp_pte)) in get_clear_contig()
293 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
/linux/mm/
H A Ddebug_vm_pgtable.c95 WARN_ON(pte_dirty(pte_wrprotect(pte))); in pte_basic_tests()
99 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte)))); in pte_basic_tests()
102 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte)))); in pte_basic_tests()
104 WARN_ON(pte_dirty(pte_wrprotect(pte_mkclean(pte)))); in pte_basic_tests()
105 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte)))); in pte_basic_tests()
107 WARN_ON(!pte_dirty(pte_mkwrite_novma(pte_mkdirty(pte)))); in pte_basic_tests()
108 WARN_ON(pte_dirty(pte_mkwrite_novma(pte_mkclean(pte)))); in pte_basic_tests()
157 WARN_ON(!(pte_write(pte) && pte_dirty(pte))); in pte_advanced_tests()
H A Drmap.c654 bool writable = pte_dirty(pteval); in set_tlb_ubc_flush_pending()
1013 if (!pte_dirty(entry) && !pte_write(entry)) in page_vma_mkclean_one()
2033 if (pte_dirty(pteval)) in try_to_unmap_one()
2054 if (pte_dirty(pteval)) in try_to_unmap_one()
2435 if (pte_dirty(pteval)) in try_to_migrate_one()
2456 if (pte_dirty(pteval)) in try_to_migrate_one()
2553 if (pte_dirty(pteval)) in try_to_migrate_one()
2753 if (pte_dirty(fw.pte)) in make_device_exclusive()
H A Dmapping_dirty_helpers.c96 if (pte_dirty(ptent)) { in clean_record_pte()
/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/include/asm-generic/
H A Dhugetlb.h15 return pte_dirty(pte); in huge_pte_dirty()
/linux/include/linux/
H A Dksm.h33 #define is_ksm_zero_pte(pte) (is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte))
/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/arch/hexagon/include/asm/
H A Dpgtable.h279 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h359 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
535 return pte_dirty(pte) ? __pte_mkhwwrite(pte) : pte; in pte_mkwrite_novma()
712 return pte_dirty(pte); in pmd_dirty()
/linux/arch/um/kernel/
H A Dtlb.c75 } else if (!pte_dirty(*pte)) in update_pte_range()
H A Dtrap.c219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/linux/arch/riscv/include/asm/
H A Dpgtable.h398 static inline int pte_dirty(pte_t pte) in pte_dirty() function
810 return pte_dirty(pmd_pte(pmd)); in pmd_dirty()
1038 return pte_dirty(pud_pte(pud)); in pud_dirty()
/linux/arch/mips/include/asm/
H A Dpgtable.h292 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function
356 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
/linux/arch/nios2/include/asm/
H A Dpgtable.h89 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/linux/arch/csky/include/asm/
H A Dpgtable.h151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h445 static inline int pte_dirty(pte_t pte) in pte_dirty() function
883 #define pud_dirty(pud) pte_dirty(pud_pte(pud))
1028 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
/linux/arch/alpha/include/asm/
H A Dpgtable.h223 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/um/include/asm/
H A Dpgtable.h139 static inline int pte_dirty(pte_t pte) in pte_dirty() function

123