VMCS_TSC_OFFSET
vmx_vmwrite(VMCS_TSC_OFFSET, cpudata->gtsc - rdtsc());
cpudata->gtsc = vmx_vmread(VMCS_TSC_OFFSET) + rdtsc();