Changeset 82238 in vbox
- Timestamp:
- Nov 27, 2019 7:07:58 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r81866 r82238 6731 6731 if (!PGMHandlerPhysicalIsRegistered(pVCpu->CTX_SUFF(pVM), GCPhysApicAccess)) 6732 6732 { 6733 int rc = PGMHandlerPhysicalRegister(pVCpu->CTX_SUFF(pVM), GCPhysApicAccess, GCPhysApicAccess + X86_PAGE_4K_SIZE - 1, 6734 pVCpu->iem.s.hVmxApicAccessPage, NIL_RTR3PTR /* pvUserR3 */, 6735 NIL_RTR0PTR /* pvUserR0 */, NIL_RTRCPTR /* pvUserRC */, NULL /* pszDesc */); 6733 PVMCC pVM = pVCpu->CTX_SUFF(pVM); 6734 PVMCPUCC pVCpu0 = VMCC_GET_CPU_0(pVM); 6735 int rc = PGMHandlerPhysicalRegister(pVM, GCPhysApicAccess, GCPhysApicAccess + X86_PAGE_4K_SIZE - 1, 6736 pVCpu0->iem.s.hVmxApicAccessPage, NIL_RTR3PTR /* pvUserR3 */, 6737 NIL_RTR0PTR /* pvUserR0 */, NIL_RTRCPTR /* pvUserRC */, NULL /* pszDesc */); 6736 6738 if (RT_SUCCESS(rc)) 6737 6739 { /* likely */ }
Note:
See TracChangeset
for help on using the changeset viewer.