Searched defs:p4d_bad (Results 1 – 12 of 12) sorted by relevance
57 #define p4d_bad(p4d) (p4d_val(p4d) == 0) macro
29 static inline int p4d_bad(p4d_t p4d) { return 0; } in p4d_bad() function
67 #define p4d_bad(x) ((p4d_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
108 #define p4d_bad(x) ((p4d_val(x) & ~PAGE_MASK)) macro
189 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
300 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
143 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
816 #define p4d_bad(p4d) (p4d_val(p4d) & ~PAGE_MASK) macro
964 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
1166 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
833 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
899 #define p4d_bad(p4d) (pgtable_l4_enabled() && !(p4d_val(p4d) & P4D_TABLE_BIT)) macro