Searched refs:vmcs_instruction_error (Results 1 – 3 of 3) sorted by relevance
97 #define vmcs_instruction_error() vmcs_read(VMCS_INSTRUCTION_ERROR) macro
641 db_printf("VM-instruction error: %#lx\n", vmcs_instruction_error()); in DB_SHOW_COMMAND()
2899 vmexit->u.vmx.inst_error = vmcs_instruction_error(); in vmx_exit_inst_error()