Searched defs:pud_bad (Results 1 – 13 of 13) sorted by relevance
51 #define pud_bad(x) (pud_val(x) & ~PAGE_MASK) macro
31 static inline int pud_bad(pud_t pud) { return 0; } in pud_bad() function
59 #define pud_bad(x) ((pud_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
130 #define pud_bad(x) ((pud_val(x) & ~PAGE_MASK)) macro
115 #define pud_bad(pud) (!(pud_val(pud) & PUD_TABLE_BIT)) macro
129 #define pud_bad(pud) ((pud_val(pud) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
187 static inline int pud_bad(pud_t pud) in pud_bad() function
293 #define pud_bad(x) (!(pud_flag(x) & PxD_FLAG_VALID)) macro
208 static inline int pud_bad(pud_t pud) in pud_bad() function
914 static inline int pud_bad(pud_t pud) in pud_bad() function
1064 static inline int pud_bad(pud_t pud) in pud_bad() function
764 static inline int pud_bad(pud_t pud) in pud_bad() function
872 #define pud_bad(pud) ((pud_val(pud) & PUD_TYPE_MASK) != \ macro