Lines Matching defs:pte
91 #define pte_unmap(pte) ((void)(pte)) argument
102 #define __pte_to_swp_entry(pte) \ argument
109 static inline pte_t pte_mkspecial(pte_t pte) { return pte; } in pte_mkspecial()
132 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) argument
133 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) argument
189 static inline int pte_write(pte_t pte) in pte_write()
194 static inline int pte_dirty(pte_t pte) in pte_dirty()
199 static inline int pte_young(pte_t pte) in pte_young()
204 static inline int pte_file(pte_t pte) in pte_file()
209 #define pte_special(pte) (0) argument
211 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
217 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
223 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
229 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
237 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
245 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
255 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) argument
261 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
274 pte_t pte = *ptep; in update_mmu_cache() local