Changeset 82026 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Nov 20, 2019 3:10:30 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r82018 r82026 9840 9840 /* Map the HC APIC-access page in place of the MMIO page, also updates the shadow page tables if necessary. */ 9841 9841 Assert(pVM->hm.s.vmx.HCPhysApicAccess != NIL_RTHCPHYS); 9842 rc = IOM MMIOMapMMIOHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess, X86_PTE_RW | X86_PTE_P);9842 rc = IOMR0MmioMapMmioHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess, X86_PTE_RW | X86_PTE_P); 9843 9843 AssertRCReturn(rc, rc); 9844 9844
Note:
See TracChangeset
for help on using the changeset viewer.