Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmx_support.S184 jz inst_error
186 inst_error: label
H A Dvmx.c2874 vmexit->u.vmx.inst_error = 0; in vmx_exit_process()
2899 vmexit->u.vmx.inst_error = vmcs_instruction_error(); in vmx_exit_inst_error()
/freebsd/usr.sbin/bhyve/amd64/
H A Dvmexit.c258 EPRINTLN("\tinst_error\t\t%d", vme->u.vmx.inst_error); in vmexit_vmx()
/freebsd/sys/amd64/include/
H A Dvmm.h706 int inst_error; member