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
109 #define p4d_present(x) (p4d_val(x)) macro
197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
256 static inline int p4d_present(p4d_t p4d) in p4d_present() function
132 static inline int p4d_present(p4d_t p4d) in p4d_present() function
252 #define p4d_present(p4d) (p4d_val(p4d) != 0UL) macro
846 #define p4d_present(p4d) (p4d_val(p4d) != 0U) macro
957 static inline int p4d_present(p4d_t p4d) in p4d_present() function
891 static inline int p4d_present(p4d_t p4d) in p4d_present() function
754 #define p4d_present(p4d) (p4d_val(p4d)) macro
670 static inline int p4d_present(p4d_t p4d) in p4d_present() function
Completed in 34 milliseconds