Searched refs:vm_suspend (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/riscv/include/ |
| H A D | vmm_dev.h | 121 struct vm_suspend { struct 214 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm_dev.h | 115 struct vm_suspend { struct 221 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | pm.c | 76 error = vm_suspend(ctx, VM_SUSPEND_RESET); in reset_handler() 259 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF); in pm1_control_handler()
|
| H A D | atkbdc.c | 467 error = vm_suspend(ctx, VM_SUSPEND_RESET); in atkbdc_sts_ctl_handler()
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm_dev.h | 199 struct vm_suspend { struct 350 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
|
| /freebsd/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 524 error = vm_suspend(ctx, VM_SUSPEND_RESET); in main() 527 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF); in main()
|
| /freebsd/sys/dev/vmm/ |
| H A D | vmm_dev.c | 510 struct vm_suspend *vmsuspend; in vmmdev_ioctl() 512 vmsuspend = (struct vm_suspend *)data; in vmmdev_ioctl() 513 error = vm_suspend(sc->vm, vmsuspend->how); in vmmdev_ioctl() 930 (void)vm_suspend(sc->vm, VM_SUSPEND_DESTROY); in vmmdev_lookup_and_destroy() 1118 (void)vm_suspend(sc->vm, VM_SUSPEND_DESTROY); in vmmctl_dtor()
|
| H A D | vmm_vm.h | 168 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
|
| H A D | vmm_vm.c | 376 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend() function
|
| /freebsd/usr.sbin/bhyve/aarch64/ |
| H A D | vmexit.c | 256 error = vm_suspend(ctx, how); in vmexit_smccc()
|
| /freebsd/usr.sbin/bhyve/riscv/ |
| H A D | vmexit.c | 296 vm_suspend(ctx, how); in vmexit_ecall_srst()
|
| /freebsd/lib/libvmmapi/ |
| H A D | vmmapi.h | 162 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
|
| H A D | vmmapi.c | 818 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) in vm_suspend() function 820 struct vm_suspend vmsuspend; in vm_suspend()
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 834 vm_suspend(vm, VM_SUSPEND_HALT); in vm_handle_hlt() 1361 vm_suspend(vcpu->vm, VM_SUSPEND_TRIPLEFAULT); in nested_fault()
|