Searched refs:pte_dirty (Results 1 – 25 of 46) sorted by relevance
12
39 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
304 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
93 return pte_dirty(pte); in huge_pte_dirty()
180 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
546 if (memslot->flags & KVM_MEM_LOG_DIRTY_PAGES && !pte_dirty(old_pte)) in kvm_set_spte_handler()561 (pte_dirty(old_pte) && !pte_dirty(hva_pte)); in kvm_set_spte_handler()646 if (write_fault && !pte_dirty(*ptep)) { in _kvm_mips_map_page_fast()980 if (!pte_dirty(pte)) in kvm_mips_gpa_pte_to_gva_unmapped()
124 if (pte_dirty(pte)) in get_clear_flush()354 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
240 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function349 if (!pte_dirty(*ptep)) in ptep_test_and_clear_dirty()
19 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
134 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
90 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro249 VM_WARN_ONCE(pte_write(*ptep) && !pte_dirty(pte), in set_pte_at()323 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
142 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
168 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
76 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
118 pte_dirty(orig)) { in tlb_batch_add()
112 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
117 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
212 } else if (!pte_dirty(*pte)) in update_pte_range()426 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
121 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
316 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function380 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
192 static inline int pte_dirty(pte_t pte) in pte_dirty() function
180 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
128 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
184 static inline int pte_dirty(pte_t pte) in pte_dirty() function
260 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
349 static inline int pte_dirty(pte_t pte) in pte_dirty() function