| /linux/arch/arm64/mm/ |
| H A D | contpte.c | 84 if (pte_dirty(ptent)) in contpte_convert() 329 if (pte_dirty(pte)) { in contpte_ptep_get() 347 if (pte_dirty(pte)) { in contpte_ptep_get() 411 if (pte_dirty(pte)) { in contpte_ptep_get_lockless() 438 if (pte_dirty(pte)) { in contpte_ptep_get_lockless()
|
| /linux/mm/ |
| H A D | debug_vm_pgtable.c | 95 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 D | rmap.c | 747 bool writable = pte_dirty(pteval); in set_tlb_ubc_flush_pending() 1128 if (!pte_dirty(entry) && !pte_write(entry)) in page_vma_mkclean_one() 2158 if (pte_dirty(pteval)) in try_to_unmap_one() 2179 if (pte_dirty(pteval)) in try_to_unmap_one() 2564 if (pte_dirty(pteval)) in try_to_migrate_one() 2585 if (pte_dirty(pteval)) in try_to_migrate_one() 2682 if (pte_dirty(pteval)) in try_to_migrate_one() 2882 if (pte_dirty(fw.pte)) in make_device_exclusive()
|
| H A D | mapping_dirty_helpers.c | 96 if (pte_dirty(ptent)) { in clean_record_pte()
|
| /linux/arch/arc/include/asm/ |
| H A D | hugepage.h | 41 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
| H A D | pgtable-bits-arcv2.h | 81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
| /linux/include/asm-generic/ |
| H A D | hugetlb.h | 15 return pte_dirty(pte); in huge_pte_dirty()
|
| /linux/include/linux/ |
| H A D | ksm.h | 33 #define is_ksm_zero_pte(pte) (is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte))
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | e500_hugetlbpage.c | 159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 135 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
| H A D | mmu_context.h | 147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
|
| H A D | motorola_pgtable.h | 147 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| H A D | mcf_pgtable.h | 167 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 359 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/hexagon/include/asm/ |
| H A D | pgtable.h | 279 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/um/kernel/ |
| H A D | tlb.c | 75 } else if (!pte_dirty(*pte)) in update_pte_range()
|
| H A D | trap.c | 219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgtable.h | 89 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
| /linux/arch/csky/include/asm/ |
| H A D | pgtable.h | 151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 395 static inline int pte_dirty(pte_t pte) in pte_dirty() function 830 return pte_dirty(pmd_pte(pmd)); in pmd_dirty() 1072 return pte_dirty(pud_pte(pud)); in pud_dirty()
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 139 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 493 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 203 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 247 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 251 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|