VM_REG_GUEST_CR0
cr0 = GETREG(vcpu, VM_REG_GUEST_CR0);
SETREG(vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS);
cr0 = GETREG(vcpu, VM_REG_GUEST_CR0);
VM_REG_GUEST_CR0,
error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0);
error = vm_get_register(vcpu, VM_REG_GUEST_CR0, &cr0);
VM_REG_GUEST_CR0, /* VMM_REG_CR0 */
if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
VM_REG_GUEST_CR0,
case VM_REG_GUEST_CR0:
case VM_REG_GUEST_CR0:
case VM_REG_GUEST_CR0:
error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, ®val);
VERIFY0(vm_set_register(vm, vcpuid, VM_REG_GUEST_CR0, 0x60000010));
error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0);
error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0);
error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &val);
error = vm_set_register(vm, vcpuid, VM_REG_GUEST_CR0, val);
VM_REG_GUEST_CR0,
case VM_REG_GUEST_CR0: