Changeset 73752 in vbox for trunk/include
- Timestamp:
- Aug 18, 2018 4:04:56 AM (6 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r73745 r73752 2772 2772 kVmxVInstrDiag_Vmptrld_Success, 2773 2773 kVmxVInstrDiag_Vmptrld_VmcsRevId, 2774 /* VMPTRST. */ 2775 kVmxVInstrDiag_Vmptrst_Cpl, 2776 kVmxVInstrDiag_Vmptrst_PtrMap, 2774 2777 /* Last member for determining array index limit. */ 2775 2778 kVmxVInstrDiag_Last -
trunk/include/VBox/vmm/iem.h
r73606 r73752 320 320 321 321 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 322 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmxoff(PVMCPU pVCpu, uint8_t cbInstr); 322 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmptrld(PVMCPU pVCpu, uint8_t cbInstr, RTGCPHYS GCPtrVmcs, uint32_t uExitInstrInfo, 323 RTGCPTR GCPtrDisp); 324 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmptrst(PVMCPU pVCpu, uint8_t cbInstr, RTGCPHYS GCPtrVmcs, uint32_t uExitInstrInfo, 325 RTGCPTR GCPtrDisp); 323 326 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmxon(PVMCPU pVCpu, uint8_t cbInstr, RTGCPTR GCPtrVmxon, uint32_t uExitInstrInfo, 324 327 RTGCPTR GCPtrDisp); 328 VMM_INT_DECL(VBOXSTRICTRC) IEMExecDecodedVmxoff(PVMCPU pVCpu, uint8_t cbInstr); 325 329 #endif 326 330 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.