Searched defs:p4d_present (Results 1 – 11 of 11) sorted by relevance
58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
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
290 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
863 #define p4d_present(p4d) (p4d_val(p4d) != 0U) macro
930 static inline int p4d_present(p4d_t p4d) in p4d_present() function
1083 static inline int p4d_present(p4d_t p4d) in p4d_present() function
757 static inline int p4d_present(p4d_t p4d) in p4d_present() function
993 #define p4d_present(p4d) (!p4d_none(p4d)) macro
Completed in 40 milliseconds