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
68 #define p4d_present(x) (p4d_val(x) & _PAGE_PRESENT) macro
109 #define p4d_present(x) (p4d_val(x)) macro
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
949 static inline int p4d_present(p4d_t p4d) in p4d_present() function
1130 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
1007 #define p4d_present(p4d) (!p4d_none(p4d)) macro