Searched defs:p4d_present (Results 1 – 11 of 11) 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
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
718 static inline int p4d_present(p4d_t p4d) in p4d_present() function
901 #define p4d_present(p4d) (!p4d_none(p4d)) macro