VPMMAXPGS
#define SNF_VPMMAXPGS (VPMMAXPGS/2)
if (tlen > (VPMMAXPGS * PAGESIZE)) {
tlen = VPMMAXPGS * PAGESIZE;
#define MAXVMAPS (VPMMAXPGS + 1) /* Max # elements in the */