Home
last modified time | relevance | path

Searched refs:vm_restart_instruction (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dvmm.h773 int vm_restart_instruction(void *vm, int vcpuid);
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c940 vm_restart_instruction(vm, vcpuid); in emulate_movs()
1004 vm_restart_instruction(vm, vcpuid); in emulate_stos()
H A Dvmm.c1805 vm_restart_instruction(void *arg, int vcpuid) in vm_restart_instruction() function
2095 vm_restart_instruction(vm, vcpuid); in vm_inject_exception()
H A Dvmm_dev.c841 error = vm_restart_instruction(sc->vm, vcpu); in vmmdev_ioctl()