Lines Matching refs:clear_pte_bit
595 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
928 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
945 return clear_pte_bit(pte, __pgprot(_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty()
1072 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify()
1079 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_modify()
1085 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_modify()
1091 pte = clear_pte_bit(pte, __pgprot(_PAGE_WRITE)); in pte_wrprotect()
1099 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkwrite_novma()
1105 pte = clear_pte_bit(pte, __pgprot(_PAGE_DIRTY)); in pte_mkclean()
1113 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkdirty()
1119 pte = clear_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkold()
1127 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_mkyoung()
1415 entry = clear_pte_bit(entry, __pgprot(_PAGE_UNUSED)); in set_ptes()