VMCS_HOST_CR4
error = vm_get_vmcs_field(vcpu, VMCS_HOST_CR4, &cr4);
vmcs_write(VMCS_HOST_CR4, vmm_get_host_cr4() | CR4_VMXE);