PAGEMAP_PRESENT
#define PAGEMAP_PRESENT (1ULL << 63)
#define PAGEMAP_PRESENT(ent) (((ent) & (1ull << 63)) != 0)