p4d_present
#define p4d_present(x) (p4d_val(x))
#define p4d_present(p4d) (!p4d_none(p4d))
static inline int p4d_present(p4d_t p4d)
static inline int p4d_present(p4d_t p4d)
static inline int p4d_present(p4d_t p4d)
#define p4d_present(p4d) (p4d_val(p4d) != 0)
static inline int p4d_present(p4d_t p4d)
static inline int p4d_present(p4d_t p4d)
#define p4d_present(p4d) (p4d_val(p4d) != 0U)
#define p4d_present(x) (p4d_val(x) & _PAGE_PRESENT)
static inline int p4d_present(p4d_t p4d)
static inline int p4d_present(p4d_t p4d) { return 1; }