pmd_present
extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; }
#define pmd_present(x) (pmd_val(x))
#define pmd_present(pmd) (pmd_val(pmd))
#define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID))
#define pmd_present(pmd) pte_present(pmd_pte(pmd))
static inline int pmd_present(pmd_t pmd)
static inline int pmd_present(pmd_t pmd)
static inline int pmd_present(pmd_t pmd)
#define pmd_present(pmd) (!pmd_none2(&(pmd)))
#define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE)
#define pmd_present(pmd) (!pmd_none2(&(pmd)))
#define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0)
static inline int pmd_present(pmd_t pmd)
static inline int pmd_present(pmd_t pmd)
static inline int pmd_present(pmd_t pmd)
#define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT)
#define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT)
#define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK)
static inline int pmd_present(pmd_t pmd)
#define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK)
#define pmd_present(pmd) (!pmd_none(pmd))
static inline int pmd_present(pmd_t pmd)
static inline int pmd_present(pmd_t pmd)
static inline int pmd_present(pmd_t pmd)
#define pmd_present(x) (pmd_val(x))
static inline int pmd_present(pmd_t pmd)
static inline int pmd_present(pmd_t pmd)
#define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT)
static inline int pmd_present(pmd_t pmd)
#define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK)