VPAGE_MAX
vaddr_t vpage[VPAGE_MAX];
pt_entry_t *vpage_pte[VPAGE_MAX];
KASSERT(npages >= VPAGE_MAX);
for (i = 0; i < VPAGE_MAX; i++) {