Lines Matching refs:pte_val
85 { return pte_val(pte) & _PAGE_WRITE; } in pte_write()
87 { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
89 { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
104 return !(pte_val(pte) & ~(_PAGE_GLOBAL|0xf)); in pte_none()
108 { return pte_val(pte) & _PAGE_PRESENT; } in pte_present()
116 pte_val(pte) &= ~_PAGE_WRITE; in pte_wrprotect()
122 pte_val(pte) &= ~_PAGE_DIRTY; in pte_mkclean()
128 pte_val(pte) &= ~_PAGE_ACCESSED; in pte_mkold()
134 pte_val(pte) |= _PAGE_WRITE; in pte_mkwrite()
140 pte_val(pte) |= _PAGE_DIRTY; in pte_mkdirty()
146 pte_val(pte) |= _PAGE_ACCESSED; in pte_mkyoung()
154 pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask); in pte_modify()
169 #define pte_pfn(pte) (pte_val(pte) & 0xfffff)
203 pte_val(null) = (addr >> PAGE_SHIFT) & 0xf; in pte_clear()
229 __FILE__, __LINE__, pte_val(e))
254 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) })
258 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
263 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
269 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()