Lines Matching defs:pte
136 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) argument
145 #define pte_present_exec_user(pte) \ argument
228 static inline int pte_none(pte_t pte) in pte_none()
236 static inline int pte_present(pte_t pte) in pte_present()
248 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
255 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
262 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
269 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
276 static inline int pte_young(pte_t pte) in pte_young()
282 static inline int pte_dirty(pte_t pte) in pte_dirty()
288 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify()
296 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
303 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
310 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
317 static inline int pte_read(pte_t pte) in pte_read()
323 static inline int pte_write(pte_t pte) in pte_write()
330 static inline int pte_exec(pte_t pte) in pte_exec()
336 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) argument
346 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) argument
393 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
398 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
404 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()