Searched refs:pte_dirty (Results 1 – 23 of 23) sorted by relevance
56 pte_dirty(orig)) { in tlb_batch_add()
194 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } in pte_dirty() function250 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
194 static int pte_dirty(pte_t pte) __attribute_const__;195 static inline int pte_dirty(pte_t pte) in pte_dirty() function
526 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
98 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
196 } else if (!pte_dirty(*pte)) in update_pte_range()407 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
115 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
168 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
257 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
328 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
157 static inline int pte_dirty(pte_t pte) in pte_dirty() function
200 static inline int pte_dirty(pte_t pte) in pte_dirty() function
284 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
210 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
268 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
243 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY;} in pte_dirty() function
555 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
322 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
190 static inline int pte_dirty(pte_t pte) in pte_dirty() function
302 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
527 if (!pte_present(*pte) || !pte_dirty(*pte)) { in arm_syscall()
605 static inline int pte_dirty(pte_t pte) in pte_dirty() function