Searched defs:p4d_bad (Results 1 – 11 of 11) 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
298 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
814 #define p4d_bad(p4d) (p4d_val(p4d) & ~PAGE_MASK) macro
964 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
1146 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
835 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
1004 #define p4d_bad(p4d) (pgtable_l4_enabled() && \ macro