Searched refs:pte_clear_soft_dirty (Results 1 – 8 of 8) sorted by relevance
431 static inline pte_t pte_clear_soft_dirty(pte_t pte) function436 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
59 | pte_clear_soft_dirty | Clears a soft dirty PTE |
492 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function1079 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
857 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function861 #define pte_swp_clear_soft_dirty pte_clear_soft_dirty
1105 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
546 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty() function
758 WARN_ON(pte_soft_dirty(pte_clear_soft_dirty(pte))); in pte_soft_dirty_tests()
1121 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()
Completed in 29 milliseconds