Lines Matching refs:clear_pte_bit
558 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
891 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
908 return clear_pte_bit(pte, __pgprot(_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty()
1035 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify()
1042 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_modify()
1048 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_modify()
1054 pte = clear_pte_bit(pte, __pgprot(_PAGE_WRITE)); in pte_wrprotect()
1062 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkwrite_novma()
1068 pte = clear_pte_bit(pte, __pgprot(_PAGE_DIRTY)); in pte_mkclean()
1076 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkdirty()
1082 pte = clear_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkold()
1090 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_mkyoung()
1381 entry = clear_pte_bit(entry, __pgprot(_PAGE_UNUSED)); in set_ptes()
1413 __pte = clear_pte_bit(__pte, __pgprot(_PAGE_NOEXEC)); in mk_pte_phys()