Searched defs:pte_dirty (Results 1 – 19 of 19) sorted by relevance
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
115 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
157 static inline int pte_dirty(pte_t pte) 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
200 static inline int pte_dirty(pte_t pte) in pte_dirty() function
210 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
284 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
268 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
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
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
190 static inline int pte_dirty(pte_t pte) in pte_dirty() function
322 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
302 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
605 static inline int pte_dirty(pte_t pte) in pte_dirty() function