VM_REG_GUEST_CR4
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR4, cr4)) != 0)
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR4, 0)) != 0)
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR4, cr4)) != 0)
err += svm_snapshot_reg(vcpu, VM_REG_GUEST_CR4, meta);
case VM_REG_GUEST_CR4:
case VM_REG_GUEST_CR4:
case VM_REG_GUEST_CR4:
case VM_REG_GUEST_CR4:
err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR4, meta);
VM_REG_GUEST_CR4, &cr4);
{ .id = VM_REG_GUEST_CR4, .size = 8 },
VM_REG_GUEST_CR4,
error = vm_set_register(vcpu, VM_REG_GUEST_CR4, set_cr4_val);
error = vm_get_register(vcpu, VM_REG_GUEST_CR4, &cr4);
vmreg = VM_REG_GUEST_CR4;