Home
last modified time | relevance | path

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

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