VM_REG_GUEST_CR0
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
err += svm_snapshot_reg(vcpu, VM_REG_GUEST_CR0, meta);
case VM_REG_GUEST_CR0:
case VM_REG_GUEST_CR0:
case VM_REG_GUEST_CR0:
case VM_REG_GUEST_CR0:
err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR0, meta);
error = vm_get_register(vcpu, VM_REG_GUEST_CR0, ®val);
error = vie_read_register(vcpu, VM_REG_GUEST_CR0, &cr0);
error = vie_read_register(vcpu, VM_REG_GUEST_CR0, &cr0);
cr0 = GETREG(vcpu, VM_REG_GUEST_CR0);
cr0 = GETREG(vcpu, VM_REG_GUEST_CR0);
SETREG(vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS);
{ .id = VM_REG_GUEST_CR0, .size = 8 },
VM_REG_GUEST_CR0,
error = vm_set_register(vcpu, VM_REG_GUEST_CR0, set_cr0_val);
error = vm_get_register(vcpu, VM_REG_GUEST_CR0, &cr0);
vmreg = VM_REG_GUEST_CR0;