Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/amd64/include/
Dvmm.h534 VM_EXITCODE_SVM, enumerator
/freebsd-10-stable/usr.sbin/bhyve/
Dbhyverun.c584 [VM_EXITCODE_SVM] = vmexit_svm,
/freebsd-10-stable/sys/amd64/vmm/amd/
Dsvm.c591 vme->exitcode = VM_EXITCODE_SVM; in vm_exit_svm()
/freebsd-10-stable/usr.sbin/bhyvectl/
Dbhyvectl.c333 case VM_EXITCODE_SVM: in dump_vm_run_exitcode()