Searched refs:vm_activate_cpu (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/amd64/include/ |
| H A D | vmm_dev.h | 216 struct vm_activate_cpu { struct 454 _IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu) 458 _IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu) 460 _IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
|
| H A D | vmm.h | 297 int vm_activate_cpu(struct vcpu *vcpu);
|
| /freebsd-14.2/lib/libvmmapi/ |
| H A D | vmmapi.c | 1562 vm_activate_cpu(struct vcpu *vcpu) in vm_activate_cpu() function 1564 struct vm_activate_cpu ac; in vm_activate_cpu() 1567 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_activate_cpu() 1575 struct vm_activate_cpu ac; in vm_suspend_all_cpus() 1578 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_suspend_all_cpus() 1587 struct vm_activate_cpu ac; in vm_suspend_cpu() 1590 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_suspend_cpu() 1598 struct vm_activate_cpu ac; in vm_resume_cpu() 1601 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_resume_cpu() 1609 struct vm_activate_cpu ac; in vm_resume_all_cpus() [all …]
|
| H A D | vmmapi.h | 239 int vm_activate_cpu(struct vcpu *vcpu);
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | bhyverun.c | 450 error = vm_activate_cpu(vi->vcpu); in fbsdrun_addcpu()
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm_dev.c | 988 error = vm_activate_cpu(vcpu); in vmmdev_ioctl()
|
| H A D | vmm.c | 2482 vm_activate_cpu(struct vcpu *vcpu) in vm_activate_cpu() function
|