Changeset 75493 in vbox for trunk/include
- Timestamp:
- Nov 15, 2018 5:06:55 PM (6 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r75440 r75493 2085 2085 VMM_INT_DECL(bool) CPUMVmxGetIoBitmapPermission(void const *pvIoBitmapA, void const *pvIoBitmapB, uint16_t uPort, 2086 2086 uint8_t cbAccess); 2087 VMM_INT_DECL(VBOXSTRICTRC) CPUMVmxApicAccessPageRegister(PVMCPU pVCpu, RTGCPHYS GCPhysApicAccess); 2088 VMM_INT_DECL(VBOXSTRICTRC) CPUMVmxApicAccessPageDeregister(PVMCPU pVCpu, RTGCPHYS GCPhysApicAccess); 2087 2089 /** @} */ 2088 2090 -
trunk/include/VBox/vmm/hm_vmx.h
r75387 r75493 3833 3833 kVmxVDiag_Vmentry_AddrApicAccess, 3834 3834 kVmxVDiag_Vmentry_AddrApicAccessEqVirtApic, 3835 kVmxVDiag_Vmentry_AddrApicAccessHandlerReg, 3835 3836 kVmxVDiag_Vmentry_AddrEntryMsrLoad, 3836 3837 kVmxVDiag_Vmentry_AddrExitMsrLoad, -
trunk/include/VBox/vmm/iem.h
r75387 r75493 329 329 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 330 330 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVirtApicAccessMsr(PVMCPU pVCpu, uint32_t idMsr, uint64_t *pu64Val, bool fWrite); 331 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVirtApicAccessMem(PVMCPU pVCpu, uint16_t offAccess, size_t cbAccess, void *pvData, 332 bool fWrite); 331 333 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitPreemptTimer(PVMCPU pVCpu); 332 334 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitExtInt(PVMCPU pVCpu, uint8_t uVector, bool fIntPending);
Note:
See TracChangeset
for help on using the changeset viewer.