Searched refs:vm_activate_cpu (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/amd64/include/ |
| H A D | vmm_dev.h | 201 struct vm_activate_cpu { struct 404 _IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu) 408 _IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu) 410 _IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
|
| H A D | vmm.h | 244 int vm_activate_cpu(struct vm *vm, int vcpu);
|
| /freebsd-12.1/lib/libvmmapi/ |
| H A D | vmmapi.c | 1383 vm_activate_cpu(struct vmctx *ctx, int vcpu) in vm_activate_cpu() function 1385 struct vm_activate_cpu ac; in vm_activate_cpu() 1388 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_activate_cpu() 1397 struct vm_activate_cpu ac; in vm_suspend_cpu() 1400 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_suspend_cpu() 1409 struct vm_activate_cpu ac; in vm_resume_cpu() 1412 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_resume_cpu()
|
| H A D | vmmapi.h | 220 int vm_activate_cpu(struct vmctx *ctx, int vcpu);
|
| /freebsd-12.1/sys/amd64/vmm/ |
| H A D | vmm_dev.c | 370 struct vm_activate_cpu *vac; in vmmdev_ioctl() 708 vac = (struct vm_activate_cpu *)data; in vmmdev_ioctl() 709 error = vm_activate_cpu(sc->vm, vac->vcpuid); in vmmdev_ioctl() 733 vac = (struct vm_activate_cpu *)data; in vmmdev_ioctl() 737 vac = (struct vm_activate_cpu *)data; in vmmdev_ioctl()
|
| H A D | vmm.c | 2324 vm_activate_cpu(struct vm *vm, int vcpuid) in vm_activate_cpu() function
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | bhyverun.c | 441 error = vm_activate_cpu(ctx, newcpu); in fbsdrun_addcpu()
|