Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h617 VM_EXITCODE_INST_EMUL, enumerator
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c866 vmexit->exitcode = VM_EXITCODE_INST_EMUL; in svm_handle_inst_emul()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1776 case VM_EXITCODE_INST_EMUL: in vm_run()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2037 vmexit->exitcode = VM_EXITCODE_INST_EMUL; in vmexit_inst_emul()