Home
last modified time | relevance | path

Searched refs:vm_suspend (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/arm64/include/
H A Dvmm_dev.h111 struct vm_suspend { struct
217 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
H A Dvmm.h176 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
/freebsd/usr.sbin/bhyve/amd64/
H A Dpm.c76 error = vm_suspend(ctx, VM_SUSPEND_RESET); in reset_handler()
259 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF); in pm1_control_handler()
H A Datkbdc.c467 error = vm_suspend(ctx, VM_SUSPEND_RESET); in atkbdc_sts_ctl_handler()
/freebsd/sys/amd64/include/
H A Dvmm_dev.h203 struct vm_suspend { struct
354 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
H A Dvmm.h277 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
/freebsd/usr.sbin/bhyvectl/
H A Dbhyvectl.c511 error = vm_suspend(ctx, VM_SUSPEND_RESET); in main()
514 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF); in main()
/freebsd/usr.sbin/bhyve/aarch64/
H A Dvmexit.c246 vm_suspend(ctx, how); in vmexit_smccc()
/freebsd/sys/arm64/vmm/
H A Dvmm_dev.c367 struct vm_suspend *vmsuspend; in vmmdev_ioctl()
510 vmsuspend = (struct vm_suspend *)data; in vmmdev_ioctl()
511 error = vm_suspend(sc->vm, vmsuspend->how); in vmmdev_ioctl()
H A Dvmm.c1145 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend() function
/freebsd/lib/libvmmapi/
H A Dvmmapi.h160 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
H A Dvmmapi.c679 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) in vm_suspend() function
681 struct vm_suspend vmsuspend; in vm_suspend()
/freebsd/sys/amd64/vmm/
H A Dvmm_dev.c438 struct vm_suspend *vmsuspend; in vmmdev_ioctl()
676 vmsuspend = (struct vm_suspend *)data; in vmmdev_ioctl()
677 error = vm_suspend(sc->vm, vmsuspend->how); in vmmdev_ioctl()
H A Dvmm.c1577 vm_suspend(vm, VM_SUSPEND_HALT); in vm_handle_hlt()
1803 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend() function
2131 vm_suspend(vcpu->vm, VM_SUSPEND_TRIPLEFAULT); in nested_fault()