VM_REG_GUEST_CR2
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR2, zero)) != 0)
error = svm_setreg(vcpu, VM_REG_GUEST_CR2, info2);
err += svm_snapshot_reg(vcpu, VM_REG_GUEST_CR2, meta);
case VM_REG_GUEST_CR2:
case VM_REG_GUEST_CR2:
error = vmxctx_setreg(vmxctx, VM_REG_GUEST_CR2, qual);
case VM_REG_GUEST_CR2:
error = vm_set_register(vcpu, VM_REG_GUEST_CR2, cr2);
{ .id = VM_REG_GUEST_CR2, .size = 8 },
error = vm_set_register(vcpu, VM_REG_GUEST_CR2, set_cr2_val);
error = vm_get_register(vcpu, VM_REG_GUEST_CR2, &cr2);