Searched defs:p4d_present (Results 1 – 12 of 12) sorted by relevance
58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
68 #define p4d_present(x) (p4d_val(x) & _PAGE_PRESENT) macro
109 #define p4d_present(x) (p4d_val(x)) macro
197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
292 static inline int p4d_present(p4d_t p4d) in p4d_present() function
148 static inline int p4d_present(p4d_t p4d) in p4d_present() function
865 #define p4d_present(p4d) (p4d_val(p4d) != 0U) macro
949 static inline int p4d_present(p4d_t p4d) in p4d_present() function
1150 static inline int p4d_present(p4d_t p4d) in p4d_present() function
755 static inline int p4d_present(p4d_t p4d) in p4d_present() function
900 #define p4d_present(p4d) (!p4d_none(p4d)) macro