MSR_VM
# define MSR_KERNEL (MSR_EE | MSR_VM)
ti->cpu_context.msr = (childregs->msr|MSR_VM);
regs->msr &= ~MSR_VM;
childregs->msr &= ~MSR_VM;