Searched defs:pte_user (Results 1 – 8 of 8) sorted by relevance
118 static inline bool pte_user(pte_t pte) in pte_user() function123 #define pte_user pte_user macro
71 static inline bool pte_user(pte_t pte) in pte_user() function
59 static inline bool pte_user(pte_t pte) in pte_user() function
278 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
370 static inline int pte_user(pte_t pte) in pte_user() function
107 #define pte_user(pte) (!!(pte_val(pte) & PTE_USER)) macro
537 static inline bool pte_user(pte_t pte) in pte_user() function
5055 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local