Home
last modified time | relevance | path

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

12

/linux/arch/arm64/mm/
H A Dhugetlbpage.c143 if (pte_dirty(pte)) in huge_ptep_get()
177 if (pte_dirty(pte)) in get_clear_contig()
422 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
455 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
H A Dcontpte.c64 if (pte_dirty(ptent)) in contpte_convert()
172 if (pte_dirty(pte)) in contpte_ptep_get()
229 if (pte_dirty(pte)) in contpte_ptep_get_lockless()
/linux/arch/riscv/mm/
H A Dhugetlbpage.c20 if (pte_dirty(pte)) in huge_ptep_get()
159 if (pte_dirty(pte)) in get_clear_contig()
282 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/mm/
H A Ddebug_vm_pgtable.c93 WARN_ON(pte_dirty(pte_wrprotect(pte))); in pte_basic_tests()
97 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte)))); in pte_basic_tests()
100 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte)))); in pte_basic_tests()
102 WARN_ON(pte_dirty(pte_wrprotect(pte_mkclean(pte)))); in pte_basic_tests()
103 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte)))); in pte_basic_tests()
149 WARN_ON(!(pte_write(pte) && pte_dirty(pte))); in pte_advanced_tests()
H A Drmap.c680 bool writable = pte_dirty(pteval); in set_tlb_ubc_flush_pending()
1040 if (!pte_dirty(entry) && !pte_write(entry)) in page_vma_mkclean_one()
1801 if (pte_dirty(pteval)) in try_to_unmap_one()
2171 if (pte_dirty(pteval)) in try_to_migrate_one()
2289 if (pte_dirty(pteval)) in try_to_migrate_one()
2417 if (pte_dirty(pteval)) in page_make_device_exclusive_one()
H A Dmapping_dirty_helpers.c96 if (pte_dirty(ptent)) { in clean_record_pte()
H A Dmigrate_device.c219 if (pte_dirty(pte)) in migrate_vma_collect_pmd()
235 if (pte_dirty(pte)) in migrate_vma_collect_pmd()
H A Dmprotect.c74 VM_WARN_ON_ONCE(is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte)); in can_change_pte_writable()
83 return pte_dirty(pte); in can_change_pte_writable()
/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
/linux/include/asm-generic/
H A Dhugetlb.h20 return pte_dirty(pte); in huge_pte_dirty()
/linux/arch/s390/include/asm/
H A Dhugetlb.h104 return pte_dirty(pte); in huge_pte_dirty()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h141 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 Dmcf_pgtable.h173 static inline int pte_dirty(pte_t pte) in pte_dirty() function
H A Dmotorola_pgtable.h153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h282 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h89 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/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/m68k/mm/
H A Dmcfmmu.c136 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
/linux/arch/csky/include/asm/
H A Dpgtable.h151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/um/kernel/
H A Dtrap.c114 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/alpha/include/asm/
H A Dpgtable.h253 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function

12