Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dvmm_dev.h114 struct vm_suspend { struct
207 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
H A Dvmm.h142 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
/freebsd/sys/arm64/include/
H A Dvmm_dev.h108 struct vm_suspend { struct
214 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
H A Dvmm.h161 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.h192 struct vm_suspend { struct
343 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
H A Dvmm.h254 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
/freebsd/usr.sbin/bhyvectl/
H A Dbhyvectl.c506 error = vm_suspend(ctx, VM_SUSPEND_RESET); in main()
509 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF); in main()
/freebsd/usr.sbin/bhyve/aarch64/
H A Dvmexit.c252 error = vm_suspend(ctx, how); in vmexit_smccc()
/freebsd/usr.sbin/bhyve/riscv/
H A Dvmexit.c294 vm_suspend(ctx, how); in vmexit_ecall_srst()
/freebsd/sys/dev/vmm/
H A Dvmm_dev.c451 struct vm_suspend *vmsuspend; in vmmdev_ioctl()
453 vmsuspend = (struct vm_suspend *)data; in vmmdev_ioctl()
454 error = vm_suspend(sc->vm, vmsuspend->how); in vmmdev_ioctl()
/freebsd/lib/libvmmapi/
H A Dvmmapi.h163 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
H A Dvmmapi.c733 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) in vm_suspend() function
735 struct vm_suspend vmsuspend; in vm_suspend()
/freebsd/sys/amd64/vmm/
H A Dvmm.c1223 vm_suspend(vm, VM_SUSPEND_HALT); in vm_handle_hlt()
1449 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend() function
1777 vm_suspend(vcpu->vm, VM_SUSPEND_TRIPLEFAULT); in nested_fault()
/freebsd/sys/riscv/vmm/
H A Dvmm.c586 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend() function
/freebsd/sys/arm64/vmm/
H A Dvmm.c864 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend() function