Lines Matching refs:pte_val
88 { return pte_val(pte) & _PAGE_WRITE; } in pte_write()
90 { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
92 { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
107 return !(pte_val(pte) & ~(_PAGE_GLOBAL|0xf)); in pte_none()
111 { return pte_val(pte) & _PAGE_PRESENT; } in pte_present()
119 pte_val(pte) &= ~_PAGE_WRITE; in pte_wrprotect()
125 pte_val(pte) &= ~_PAGE_DIRTY; in pte_mkclean()
131 pte_val(pte) &= ~_PAGE_ACCESSED; in pte_mkold()
137 pte_val(pte) |= _PAGE_WRITE; in pte_mkwrite_novma()
143 pte_val(pte) |= _PAGE_DIRTY; in pte_mkdirty()
149 pte_val(pte) |= _PAGE_ACCESSED; in pte_mkyoung()
157 pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask); in pte_modify()
172 #define pte_pfn(pte) (pte_val(pte) & 0xfffff)
197 pte_val(pte) += 1; in set_ptes()
215 pte_val(null) = (addr >> PAGE_SHIFT) & 0xf; in pte_clear()
235 __FILE__, __LINE__, pte_val(e))
260 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) })
264 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
269 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
275 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()