VirtualBox

Changeset 43468 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Sep 28, 2012 3:21:24 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81009
Message:

VMM: HM bits. More renaming in prepartion of

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/include/HMInternal.h

    r43466 r43468  
    329329        R3PTRTYPE(PX86PD)           pNonPagingModeEPTPageTable;
    330330
    331         /** R0 memory object for the APIC physical page (serves for filtering accesses). */
    332         RTR0MEMOBJ                  hMemObjAPIC;
    333         /** Physical address of the APIC physical page (serves for filtering accesses). */
    334         RTHCPHYS                    HCPhysAPIC;
    335         /** Virtual address of the APIC physical page (serves for filtering accesses). */
    336         R0PTRTYPE(uint8_t *)        pbAPIC;
     331        /** R0 memory object for the APIC-access page. */
     332        RTR0MEMOBJ                  hMemObjApicAccess;
     333        /** Physical address of the APIC-access page. */
     334        RTHCPHYS                    HCPhysApicAccess;
     335        /** Virtual address of the APIC-access page. */
     336        R0PTRTYPE(uint8_t *)        pbApicAccess;
    337337
    338338        /** R0 memory object for the MSR entry load page (guest MSRs). */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette