/openbmc/linux/arch/arm64/mm/ |
H A D | hugetlbpage.c | 157 if (pte_dirty(pte)) in huge_ptep_get() 190 if (pte_dirty(tmp_pte)) in get_clear_contig() 427 if (pte_dirty(pte) != pte_dirty(orig_pte)) 460 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mmu.c | 459 if (range->slot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_gfn() 474 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_gfn() 537 if (write_fault && !pte_dirty(*ptep)) { in _kvm_mips_map_page_fast()
|
/openbmc/linux/arch/riscv/mm/ |
H A 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()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | hugepage.h | 34 #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
|
/openbmc/linux/include/linux/ |
H A D | ksm.h | 34 #define is_ksm_zero_pte(pte) (is_zero_pfn(pte_pfn(pte)) && pte_dirty(pte))
|
/openbmc/linux/mm/ |
H A D | debug_vm_pgtable.c | 92 WARN_ON(pte_dirty(pte_wrprotect(pte))); in pte_basic_tests() 96 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte)))); in pte_basic_tests() 99 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte)))); in pte_basic_tests() 101 WARN_ON(pte_dirty(pte_wrprotect(pte_mkclean(pte)))); in pte_basic_tests() 102 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte)))); in pte_basic_tests() 148 WARN_ON(!(pte_write(pte) && pte_dirty(pte))); in pte_advanced_tests()
|
H A D | rmap.c | 650 bool writable = pte_dirty(pteval); in set_tlb_ubc_flush_pending() 958 if (!pte_dirty(entry) && !pte_write(entry)) in page_vma_mkclean_one() 1625 if (pte_dirty(pteval)) in try_to_unmap_one() 1985 if (pte_dirty(pteval)) in try_to_migrate_one() 2097 if (pte_dirty(pteval)) in try_to_migrate_one() 2222 if (pte_dirty(pteval)) in page_make_device_exclusive_one()
|
H A D | mapping_dirty_helpers.c | 96 if (pte_dirty(ptent)) { in clean_record_pte()
|
H A D | migrate_device.c | 216 if (pte_dirty(pte)) in migrate_vma_collect_pmd() 232 if (pte_dirty(pte)) in migrate_vma_collect_pmd()
|
/openbmc/linux/include/asm-generic/ |
H A D | hugetlb.h | 20 return pte_dirty(pte); in huge_pte_dirty()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | hugetlb.h | 111 return pte_dirty(pte);
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 141 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 | mcf_pgtable.h | 173 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
H A D | motorola_pgtable.h | 153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 282 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A 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() 713 return pte_dirty(pte); in pmd_dirty()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 86 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 31 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/openbmc/linux/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 81 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
|
/openbmc/linux/arch/mips/include/asm/ |
H A 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
|
/openbmc/linux/arch/um/kernel/ |
H A D | tlb.c | 232 } else if (!pte_dirty(*pte)) in update_pte_range() 493 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
|
/openbmc/linux/arch/m68k/mm/ |
H A D | mcfmmu.c | 137 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
|