Home
last modified time | relevance | path

Searched refs:vmcs_instruction_error (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.h99 #define vmcs_instruction_error() vmcs_read(VMCS_INSTRUCTION_ERROR) macro
H A Dvmcs.c643 db_printf("VM-instruction error: %#lx\n", vmcs_instruction_error()); in DB_SHOW_COMMAND()
H A Dvmx.c2834 vmexit->u.vmx.inst_error = vmcs_instruction_error(); in vmx_exit_inst_error()