Lines Matching full:pte_t
14 static inline void native_set_pte(pte_t *ptep , pte_t pte)
19 pte_t *ptep , pte_t pte)
39 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *xp)
45 static inline pte_t native_ptep_get_and_clear(pte_t *xp)
62 static inline int pte_exec_kernel(pte_t pte)
77 ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
84 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })