PTE_IS_LGPG
#define PTE_IS_LGPG(p, l) ((l) > 0 && ((p) & PT_PAGESIZE))
#define PTE_IS_LGPG(p, l) ((l) > 0 && PTE_GET((p), PT_PAGESIZE))