VMM_STACK_SIZE
stack_top = stack_hyp_va[PCPU_GET(cpuid)] + VMM_STACK_SIZE;
stack[cpu] = malloc(VMM_STACK_SIZE, M_HYP, M_WAITOK | M_ZERO);