pmd_bad
extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; }
#define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK))
#define pmd_bad(pmd) pmd_leaf(pmd)
#define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT))
#define pmd_bad(pmd) (!pmd_table(pmd))
#define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK)
static inline int pmd_bad(pmd_t pmd)
static inline int pmd_bad(pmd_t pmd)
#define pmd_bad(pmd) pmd_bad2(&(pmd))
#define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE)
#define pmd_bad(pmd) pmd_bad2(&(pmd))
#define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0)
static inline int pmd_bad(pmd_t pmd)
static inline int pmd_bad(pmd_t pmd)
#define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK)
#define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE)
#define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID))
#define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD)
static inline int pmd_bad(pmd_t pmd)
#define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD)
#define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \
static inline int pmd_bad(pmd_t pmd)
static inline int pmd_bad(pmd_t pmd)
#define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK)
static inline int pmd_bad(pmd_t pmd)
#define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK)
#define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE)
static inline int pmd_bad(pmd_t pmd)
#define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK)