Searched refs:vm_activate_cpu (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/riscv/include/ |
| H A D | vmm_dev.h | 134 struct vm_activate_cpu { struct 258 _IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu) 262 _IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu) 264 _IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm_dev.h | 128 struct vm_activate_cpu { struct 265 _IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu) 269 _IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu) 271 _IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm_dev.h | 212 struct vm_activate_cpu { struct 446 _IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu) 450 _IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu) 452 _IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
|
| /freebsd/lib/libvmmapi/ |
| H A D | vmmapi.c | 1129 vm_activate_cpu(struct vcpu *vcpu) in vm_activate_cpu() function 1131 struct vm_activate_cpu ac; in vm_activate_cpu() 1134 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_activate_cpu() 1142 struct vm_activate_cpu ac; in vm_suspend_all_cpus() 1145 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_suspend_all_cpus() 1154 struct vm_activate_cpu ac; in vm_suspend_cpu() 1157 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_suspend_cpu() 1165 struct vm_activate_cpu ac; in vm_resume_cpu() 1168 bzero(&ac, sizeof(struct vm_activate_cpu)); in vm_resume_cpu() 1176 struct vm_activate_cpu ac; in vm_resume_all_cpus() [all …]
|
| H A D | vmmapi.h | 264 int vm_activate_cpu(struct vcpu *vcpu);
|
| /freebsd/sys/dev/vmm/ |
| H A D | vmm_vm.h | 169 int vm_activate_cpu(struct vcpu *vcpu);
|
| H A D | vmm_vm.c | 416 vm_activate_cpu(struct vcpu *vcpu) in vm_activate_cpu() function
|
| H A D | vmm_dev.c | 707 error = vm_activate_cpu(vcpu); in vmmdev_ioctl()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | bhyverun.c | 578 error = vm_activate_cpu(vi->vcpu); in fbsdrun_addcpu()
|