Changeset 73756 in vbox for trunk/include/VBox
- Timestamp:
- Aug 18, 2018 5:13:26 AM (6 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r73752 r73756 2775 2775 kVmxVInstrDiag_Vmptrst_Cpl, 2776 2776 kVmxVInstrDiag_Vmptrst_PtrMap, 2777 /* VMCLEAR. */ 2778 kVmxVInstrDiag_Vmclear_Cpl, 2777 2779 /* Last member for determining array index limit. */ 2778 2780 kVmxVInstrDiag_Last -
trunk/include/VBox/vmm/iem.h
r73752 r73756 324 324 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmptrst(PVMCPU pVCpu, uint8_t cbInstr, RTGCPHYS GCPtrVmcs, uint32_t uExitInstrInfo, 325 325 RTGCPTR GCPtrDisp); 326 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmclear(PVMCPU pVCpu, uint8_t cbInstr, RTGCPHYS GCPtrVmcs, uint32_t uExitInstrInfo, 327 RTGCPTR GCPtrDisp); 326 328 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmxon(PVMCPU pVCpu, uint8_t cbInstr, RTGCPTR GCPtrVmxon, uint32_t uExitInstrInfo, 327 329 RTGCPTR GCPtrDisp);
Note:
See TracChangeset
for help on using the changeset viewer.