Searched defs:pte_dirty (Results 1 – 14 of 14) sorted by relevance
81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
135 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
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
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
304 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
394 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & (_PAGE_DIRTY | _PAGE_MODIFIED); } in pte_dirty() function
380 static inline int pte_dirty(pte_t pte) in pte_dirty() function
455 static inline int pte_dirty(pte_t pte) in pte_dirty() function
148 static inline bool pte_dirty(pte_t pte) in pte_dirty() function
921 static inline int pte_dirty(pte_t pte) in pte_dirty() function
169 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro