Lines Matching refs:clear_pte_bit
537 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
838 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
855 return clear_pte_bit(pte, __pgprot(_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty()
981 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify()
988 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_modify()
994 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_modify()
1000 pte = clear_pte_bit(pte, __pgprot(_PAGE_WRITE)); in pte_wrprotect()
1008 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkwrite_novma()
1014 pte = clear_pte_bit(pte, __pgprot(_PAGE_DIRTY)); in pte_mkclean()
1022 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkdirty()
1028 pte = clear_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkold()
1036 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_mkyoung()
1325 entry = clear_pte_bit(entry, __pgprot(_PAGE_UNUSED)); in set_ptes()
1357 __pte = clear_pte_bit(__pte, __pgprot(_PAGE_NOEXEC)); in mk_pte_phys()