VirtualBox

Changeset 14597 in vbox for trunk/src/VBox/VMM/MMInternal.h


Ignore:
Timestamp:
Nov 25, 2008 8:41:40 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39897
Message:

Added R0 address to MMR3HyperMapHCPhys and made the MMHyperXToR0 use pvR0 for HCPhys and Locked more strickly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMInternal.h

    r14589 r14597  
    636636        struct
    637637        {
    638             /** Host context pointer. */
     638            /** Host context ring-3 pointer. */
    639639            R3PTRTYPE(void *)       pvR3;
    640             /** Host context ring-0 pointer. */
    641             /** @todo #1865: Check if this actually works (doubt it) */
     640            /** Host context ring-0 pointer. Optional. */
    642641            RTR0PTR                 pvR0;
    643642            /** Pointer to the locked mem record. */
     
    648647        struct
    649648        {
    650             /** Host context pointer. */
     649            /** Host context ring-3 pointer. */
    651650            R3PTRTYPE(void *)       pvR3;
    652             /** @todo #1865: Add a pvR0 here! */
    653             /** HC physical address corresponding to pvR3. */
     651            /** Host context ring-0 pointer. Optional. */
     652            RTR0PTR                 pvR0;
     653            /** HC physical address corresponding to pvR3/pvR0. */
    654654            RTHCPHYS                HCPhys;
    655655        } HCPhys;
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