Lines Matching refs:pte_t
143 extern void sync_icache_dcache(pte_t pte);
149 static inline void set_pte(pte_t *ptep, pte_t pteval) in set_pte()
177 pte_t *ptep) in pte_clear()
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()
339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })
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()