/linux-6.12.1/arch/arm64/mm/ |
D | hugetlbpage.c | 143 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()
|
D | contpte.c | 64 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-6.12.1/arch/riscv/mm/ |
D | hugetlbpage.c | 20 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-6.12.1/arch/arc/include/asm/ |
D | hugepage.h | 41 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
D | pgtable-bits-arcv2.h | 81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/linux-6.12.1/include/linux/ |
D | ksm.h | 34 #define is_ksm_zero_pte(pte) (is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte))
|
/linux-6.12.1/mm/ |
D | debug_vm_pgtable.c | 93 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()
|
D | rmap.c | 680 bool writable = pte_dirty(pteval); in set_tlb_ubc_flush_pending() 1037 if (!pte_dirty(entry) && !pte_write(entry)) in page_vma_mkclean_one() 1798 if (pte_dirty(pteval)) in try_to_unmap_one() 2168 if (pte_dirty(pteval)) in try_to_migrate_one() 2286 if (pte_dirty(pteval)) in try_to_migrate_one() 2414 if (pte_dirty(pteval)) in page_make_device_exclusive_one()
|
D | mapping_dirty_helpers.c | 96 if (pte_dirty(ptent)) { in clean_record_pte()
|
D | migrate_device.c | 219 if (pte_dirty(pte)) in migrate_vma_collect_pmd() 235 if (pte_dirty(pte)) in migrate_vma_collect_pmd()
|
/linux-6.12.1/include/asm-generic/ |
D | hugetlb.h | 20 return pte_dirty(pte); in huge_pte_dirty()
|
/linux-6.12.1/arch/powerpc/mm/nohash/ |
D | e500_hugetlbpage.c | 159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | hugetlb.h | 104 return pte_dirty(pte); in huge_pte_dirty()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 141 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
D | mcf_pgtable.h | 173 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
D | mmu_context.h | 147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
|
D | motorola_pgtable.h | 153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 282 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_64.h | 361 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function 537 return pte_dirty(pte) ? __pte_mkhwwrite(pte) : pte; in pte_mkwrite_novma() 714 return pte_dirty(pte); in pmd_dirty()
|
/linux-6.12.1/arch/um/kernel/ |
D | tlb.c | 78 } else if (!pte_dirty(*pte)) in update_pte_range()
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 89 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/linux-6.12.1/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 81 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 292 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-6.12.1/arch/csky/include/asm/ |
D | pgtable.h | 151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.12.1/arch/m68k/mm/ |
D | mcfmmu.c | 136 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
|