Lines Matching refs:clear_pte_bit
597 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
930 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
947 return clear_pte_bit(pte, __pgprot(_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty()
1080 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify()
1087 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_modify()
1093 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_modify()
1099 pte = clear_pte_bit(pte, __pgprot(_PAGE_WRITE)); in pte_wrprotect()
1107 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkwrite_novma()
1113 pte = clear_pte_bit(pte, __pgprot(_PAGE_DIRTY)); in pte_mkclean()
1121 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkdirty()
1127 pte = clear_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkold()
1135 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_mkyoung()
1423 entry = clear_pte_bit(entry, __pgprot(_PAGE_UNUSED)); in set_ptes()