VirtualBox

Changeset 14154 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 12, 2008 11:34:50 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39245
Message:

PGM: pGuestPD* -> pGst32BitPd*

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r14153 r14154  
    35753575# if !defined(IN_RING0) && PGM_GST_TYPE != PGM_TYPE_AMD64
    35763576#  if PGM_GST_TYPE == PGM_TYPE_32BIT
    3577     rc = PGMShwGetPage(pVM, (RTGCPTR)pPGM->pGuestPDRC, NULL, &HCPhysShw);
     3577    rc = PGMShwGetPage(pVM, (RTGCPTR)pPGM->pGst32BitPdRC, NULL, &HCPhysShw);
    35783578#  else
    35793579    rc = PGMShwGetPage(pVM, (RTGCPTR)pPGM->pGstPaePdptRC, NULL, &HCPhysShw);
     
    35853585#  if PGM_GST_TYPE == PGM_TYPE_32BIT && defined(IN_RING3)
    35863586    RTGCPHYS GCPhys;
    3587     rc = PGMR3DbgR3Ptr2GCPhys(pVM, pPGM->pGuestPDR3, &GCPhys);
     3587    rc = PGMR3DbgR3Ptr2GCPhys(pVM, pPGM->pGst32BitPdR3, &GCPhys);
    35883588    AssertRCReturn(rc, 1);
    35893589    AssertMsgReturn((cr3 & GST_CR3_PAGE_MASK) == GCPhys, ("GCPhys=%RGp cr3=%RGp\n", GCPhys, (RTGCPHYS)cr3), false);
  • trunk/src/VBox/VMM/VMMAll/PGMAllGst.h

    r14153 r14154  
    444444            PGM_INVL_PG(pVM->pgm.s.GCPtrCR3Mapping);
    445445# if PGM_GST_TYPE == PGM_TYPE_32BIT
    446             pVM->pgm.s.pGuestPDR3 = (R3PTRTYPE(PX86PD))HCPtrGuestCR3;
     446            pVM->pgm.s.pGst32BitPdR3 = (R3PTRTYPE(PX86PD))HCPtrGuestCR3;
    447447#  ifndef VBOX_WITH_2X_4GB_ADDR_SPACE
    448             pVM->pgm.s.pGuestPDR0 = (R0PTRTYPE(PX86PD))HCPtrGuestCR3;
     448            pVM->pgm.s.pGst32BitPdR0 = (R0PTRTYPE(PX86PD))HCPtrGuestCR3;
    449449#  endif
    450             pVM->pgm.s.pGuestPDRC = (RCPTRTYPE(PX86PD))pVM->pgm.s.GCPtrCR3Mapping;
     450            pVM->pgm.s.pGst32BitPdRC = (RCPTRTYPE(PX86PD))pVM->pgm.s.GCPtrCR3Mapping;
    451451
    452452# elif PGM_GST_TYPE == PGM_TYPE_PAE
     
    569569
    570570#if PGM_GST_TYPE == PGM_TYPE_32BIT
    571     pVM->pgm.s.pGuestPDR3 = 0;
     571    pVM->pgm.s.pGst32BitPdR3 = 0;
    572572#ifndef VBOX_WITH_2X_4GB_ADDR_SPACE
    573     pVM->pgm.s.pGuestPDR0 = 0;
    574 #endif
    575     pVM->pgm.s.pGuestPDRC = 0;
     573    pVM->pgm.s.pGst32BitPdR0 = 0;
     574#endif
     575    pVM->pgm.s.pGst32BitPdRC = 0;
    576576
    577577#elif PGM_GST_TYPE == PGM_TYPE_PAE
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