Home
last modified time | relevance | path

Searched refs:VM_RESTORE_TIME (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c137 VMMDEV_IOCTL(VM_RESTORE_TIME, VMMDEV_IOCTL_LOCK_ALL_VCPUS),
516 case VM_RESTORE_TIME: in vmmdev_machdep_ioctl()
/freebsd/sys/amd64/include/
H A Dvmm_dev.h462 #define VM_RESTORE_TIME \ macro
/freebsd/lib/libvmmapi/
H A Dvmmapi.c1162 return (ioctl(ctx->fd, VM_RESTORE_TIME, &dummy)); in vm_restore_time()