pte_present
extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; }
#define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
#define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT))
#define pte_present(pte) (pte_valid(pte) || pte_present_invalid(pte))
#define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
static inline int pte_present(pte_t pte)
#define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
static inline int pte_present(pte_t pte)
#define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; }
#define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
#define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT)
#define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
static inline int pte_present(pte_t pte) \
#define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
#define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
static inline int pte_present(pte_t pte)
static inline int pte_present(pte_t pte)
static inline int pte_present(pte_t pte)
static inline int pte_present(pte_t pte)
static inline int pte_present(pte_t pte)
#define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
static inline int pte_present(pte_t pte)
static inline unsigned long pte_present(pte_t pte)
#define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
static inline int pte_present(pte_t a)
# define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
# define pte_present(pte) \