Searched defs:pte_user (Results 1 – 8 of 8) sorted by relevance
111 static inline bool pte_user(pte_t pte) in pte_user() function116 #define pte_user pte_user macro
69 static inline bool pte_user(pte_t pte) in pte_user() function
56 static inline bool pte_user(pte_t pte) in pte_user() function
299 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
307 static inline int pte_user(pte_t pte) in pte_user() function
106 #define pte_user(pte) (!!(pte_val(pte) & PTE_USER)) macro
600 static inline bool pte_user(pte_t pte) in pte_user() function
4902 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local