Home
last modified time | relevance | path

Searched refs:vvr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_dev.c1170 struct vm_vcpu_reset vvr; in vmmdev_do_ioctl() local
1172 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()
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c1529 struct vm_vcpu_reset vvr; in vcpu_reset() local
1531 vvr.vcpuid = vcpu->vcpuid; in vcpu_reset()
1532 vvr.kind = VRK_RESET; in vcpu_reset()
1534 return (vcpu_ioctl(vcpu, VM_RESET_CPU, &vvr)); in vcpu_reset()