SSTATUS_SPIE
if ((ks->status & SSTATUS_SPIE) != 0)
frame->tf_sstatus |= SSTATUS_SPIE;
frame->tf_sstatus &= ~SSTATUS_SPIE;
if ((frame->tf_sstatus & SSTATUS_SPIE) != 0)
tf->tf_sstatus |= (SSTATUS_SPIE); /* Enable interrupts. */
hypctx->guest_regs.hyp_sstatus = SSTATUS_SPP | SSTATUS_SPIE;