Searched refs:vm_activate_cpu (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/amd64/include/ |
| H A D | vmm_dev.h | 215 struct vm_activate_cpu { struct 453 _IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu) 457 _IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu) 459 _IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
|
| H A D | vmm.h | 279 int vm_activate_cpu(struct vm *vm, int vcpu);
|
| /freebsd-13.1/lib/libvmmapi/ |
| H A D | vmmapi.c | 1486 vm_activate_cpu(struct vmctx *ctx, int vcpu) in vm_activate_cpu() function 1488 struct vm_activate_cpu ac; in vm_activate_cpu() 1491 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_activate_cpu() 1500 struct vm_activate_cpu ac; in vm_suspend_cpu() 1503 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_suspend_cpu() 1512 struct vm_activate_cpu ac; in vm_resume_cpu() 1515 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_resume_cpu()
|
| H A D | vmmapi.h | 238 int vm_activate_cpu(struct vmctx *ctx, int vcpu);
|
| /freebsd-13.1/sys/amd64/vmm/ |
| H A D | vmm_dev.c | 385 struct vm_activate_cpu *vac; in vmmdev_ioctl() 799 vac = (struct vm_activate_cpu *)data; in vmmdev_ioctl() 800 error = vm_activate_cpu(sc->vm, vac->vcpuid); in vmmdev_ioctl() 824 vac = (struct vm_activate_cpu *)data; in vmmdev_ioctl() 828 vac = (struct vm_activate_cpu *)data; in vmmdev_ioctl()
|
| H A D | vmm.c | 2380 vm_activate_cpu(struct vm *vm, int vcpuid) in vm_activate_cpu() function
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | bhyverun.c | 561 error = vm_activate_cpu(ctx, newcpu); in fbsdrun_addcpu()
|