Searched refs:VM_RESUME_CPU (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes_bhyve.c | 129 { (uint_t)VM_RESUME_CPU, "VM_RESUME_CPU", NULL },
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm_dev.h | 587 #define VM_RESUME_CPU (VMM_IOC_BASE | 0x1e) macro
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 1989 error = vcpu_ioctl(vcpu, VM_RESUME_CPU, &ac); in vm_resume_cpu() 2001 error = ioctl(ctx->fd, VM_RESUME_CPU, &ac); in vm_resume_all_cpus() 2162 VM_ACTIVATE_CPU, VM_GET_CPUS, VM_SUSPEND_CPU, VM_RESUME_CPU,
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_sol_dev.c | 1516 case VM_RESUME_CPU: in vmmdev_do_ioctl()
|