Searched refs:VMX_EXIT_IO_INSTR (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dhm_vmx.h935 #define VMX_EXIT_IO_INSTR 30 macro
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp466 /* 30 VMX_EXIT_IO_INSTR */ hmR0VmxExitIoInstr,
9162 case VMX_EXIT_IO_INSTR: /* SVVMCS(); */ rc = hmR0VmxExitIoInstr(pVCpu, pMixedCtx, pVmxTransient); /* LDVMCS(); */ break;
9271 case VMX_EXIT_IO_INSTR:
11131 * VM-exit handler for I/O instructions (VMX_EXIT_IO_INSTR). Conditional

Completed in 90 milliseconds