Home
last modified time | relevance | path

Searched refs:vm_suspend_how (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/riscv/include/
H A Dvmm.h47 enum vm_suspend_how { enum
245 enum vm_suspend_how how;
H A Dvmm_dev.h122 enum vm_suspend_how how;
/freebsd/sys/arm64/include/
H A Dvmm.h40 enum vm_suspend_how { enum
300 enum vm_suspend_how how;
H A Dvmm_dev.h116 enum vm_suspend_how how;
/freebsd/usr.sbin/bhyve/aarch64/
H A Dvmexit.c108 enum vm_suspend_how how; in vmexit_suspend()
194 enum vm_suspend_how how; in vmexit_smccc()
/freebsd/usr.sbin/bhyve/riscv/
H A Dvmexit.c107 enum vm_suspend_how how; in vmexit_suspend()
282 enum vm_suspend_how how; in vmexit_ecall_srst()
/freebsd/sys/dev/vmm/
H A Dvmm_vm.h168 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
H A Dvmm_vm.c376 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend()
/freebsd/sys/amd64/include/
H A Dvmm.h43 enum vm_suspend_how { enum
648 enum vm_suspend_how how;
H A Dvmm_dev.h200 enum vm_suspend_how how;
/freebsd/lib/libvmmapi/
H A Dvmmapi.h162 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
H A Dvmmapi.c818 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) in vm_suspend()
/freebsd/usr.sbin/bhyve/amd64/
H A Dvmexit.c401 enum vm_suspend_how how; in vmexit_suspend()