Searched refs:vvr (Results 1 – 2 of 2) sorted by relevance
1170 struct vm_vcpu_reset vvr; in vmmdev_do_ioctl() local1172 if (ddi_copyin(datap, &vvr, sizeof (vvr), md)) { in vmmdev_do_ioctl()1176 if (vvr.kind != VRK_RESET && vvr.kind != VRK_INIT) { in vmmdev_do_ioctl()1180 error = vcpu_arch_reset(sc->vmm_vm, vcpu, vvr.kind == VRK_INIT); in vmmdev_do_ioctl()
1538 struct vm_vcpu_reset vvr; in vcpu_reset() local1540 vvr.vcpuid = vcpu->vcpuid; in vcpu_reset()1541 vvr.kind = VRK_RESET; in vcpu_reset()1543 return (vcpu_ioctl(vcpu, VM_RESET_CPU, &vvr)); in vcpu_reset()