pte_huge
#define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT))
static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; }
static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; }
#define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE)
#define pte_huge(pte) (0)
static inline int pte_huge(pte_t pte)
static inline int pte_huge(pte_t pte)