Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/amd64/include/
Dvmm.h228 void vm_exit_suspended(struct vm *vm, int vcpuid, uint64_t rip);
/freebsd-10-stable/sys/amd64/vmm/amd/
Dsvm.c1937 vm_exit_suspended(vm, vcpu, state->rip); in svm_vmrun()
/freebsd-10-stable/sys/amd64/vmm/
Dvmm.c1542 vm_exit_suspended(struct vm *vm, int vcpuid, uint64_t rip) in vm_exit_suspended() function
/freebsd-10-stable/sys/amd64/vmm/intel/
Dvmx.c2646 vm_exit_suspended(vmx->vm, vcpu, rip); in vmx_run()