ptob
#define ptob(x) ((x) * PAGESIZE)
ptob(pgcnt_t numpages)
#undef ptob
#define ptob(x) (((pgcnt_t)(x)) << PAGESHIFT)
#define ptob(x) ((x) << PAGESHIFT)