PFN_BASE
#define PFN_BASE(pfnum, szc) (pfnum & ~(SZCPAGES(szc) - 1))
#define PFN_BASE(pfnum, szc) (pfnum & ~((1 << PAGE_BSZS_SHIFT(szc)) - 1))