- Timestamp:
- Oct 9, 2018 8:19:56 AM (6 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r74703 r74704 7585 7585 IEM_CTX_IMPORT_RET(pVCpu, CPUMCTX_EXTRN_XCRx); 7586 7586 7587 if (IEM_VMX_IS_NON_ROOT_MODE(pVCpu)) 7588 IEM_VMX_VMEXIT_INSTR_RET(pVCpu, VMX_EXIT_XSETBV, cbInstr); 7589 7587 7590 uint32_t uEcx = pVCpu->cpum.GstCtx.ecx; 7588 7591 uint64_t uNewValue = RT_MAKE_U64(pVCpu->cpum.GstCtx.eax, pVCpu->cpum.GstCtx.edx); -
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r74702 r74704 45 45 * VMX_EXIT_INVVPID 46 46 * VMX_EXIT_WBINVD 47 * VMX_EXIT_XSETBV48 47 * VMX_EXIT_APIC_WRITE 49 48 * VMX_EXIT_RDRAND
Note:
See TracChangeset
for help on using the changeset viewer.