Searched refs:VM_RUN (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes_bhyve.c | 38 { (uint_t)VM_RUN, "VM_RUN", NULL },
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm_dev.h | 504 #define VM_RUN (VMM_CPU_IOC_BASE | 0x01) macro
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 923 error = vcpu_ioctl(vcpu, VM_RUN, &vmrun); in vm_run() 938 return (vcpu_ioctl(vcpu, VM_RUN, &entry)); in vm_run() 2145 static const cap_ioctl_t vm_ioctl_cmds[] = { VM_RUN, VM_SUSPEND, VM_REINIT,
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_sol_dev.c | 436 case VM_RUN: in vmmdev_do_ioctl() 552 case VM_RUN: { in vmmdev_do_ioctl()
|