TSTAT_NUM4M_LIMIT
ASSERT(tstat_num4m_mapping <= TSTAT_NUM4M_LIMIT);
static caddr_t tstat_va[TSTAT_NUM4M_LIMIT]; /* VAs of 4MB pages */
static pfn_t tstat_pfn[TSTAT_NUM4M_LIMIT]; /* PFNs of 4MB pages */
#if (TSTAT_NUM4M_LIMIT > TSTAT_MAXNUM4M_MAPPING)