MSR_TMx86_LONGRUN
msrinfo.msr = rdmsr(MSR_TMx86_LONGRUN);
wrmsr(MSR_TMx86_LONGRUN, msrinfo.msr);
if (rdmsr_safe(MSR_TMx86_LONGRUN, &msr) == EFAULT)