Lines Matching refs:__pte
102 return __pte(((pte_basic_t)(pfn) << PTE_RPN_SHIFT) | in pfn_pte()
110 return __pte(pte_val(pte) & ~_PAGE_EXEC); in pte_exprotect()
115 return __pte(pte_val(pte) & ~_PAGE_DIRTY); in pte_mkclean()
120 return __pte(pte_val(pte) & ~_PAGE_ACCESSED); in pte_mkold()
125 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
131 return __pte(pte_val(pte)); in pte_mkhuge()
138 return __pte(pte_val(pte) & ~_PAGE_USER); in pte_mkprivileged()
145 return __pte(pte_val(pte) | _PAGE_USER); in pte_mkuser()
151 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
161 return __pte(pte_val(pte) | _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
166 return __pte(pte_val(pte) & ~_PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()