Searched refs:pte_dirty (Results 1 – 18 of 18) sorted by relevance
132 if (pte_dirty(pte)) in huge_ptep_get()165 if (pte_dirty(tmp_pte)) in get_clear_contig()410 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()443 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
41 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
159 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
135 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
147 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
167 static inline int pte_dirty(pte_t pte) in pte_dirty() function
96 if (pte_dirty(ptent)) { in clean_record_pte()
219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
493 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
198 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
395 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
25 | pte_dirty | Tests a dirty PTE |
304 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
1099 if (pte_present(pte) && pte_dirty(pte)) { in kvm_radix_test_clear_dirty()1111 if (!pte_present(*ptep) || !pte_dirty(*ptep)) { in kvm_radix_test_clear_dirty()
401 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & (_PAGE_DIRTY | _PAGE_MODIFIED); } in pte_dirty() function