VirtualBox

Changeset 14392 in vbox


Ignore:
Timestamp:
Nov 20, 2008 10:23:07 AM (16 years ago)
Author:
vboxsync
Message:

In PAE shadow mode we must always reactivate PDPT entries. (Solaris 10U6 reboot)

File:
1 edited

Legend:

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

    r14364 r14392  
    148148    PX86PDPAE       pPDDst = pgmShwGetPaePDPtr(&pVM->pgm.s, pvFault);
    149149
    150 #   if PGM_GST_TYPE == PGM_TYPE_PAE
    151150    /* Did we mark the PDPT as not present in SyncCR3? */
    152151    unsigned        iPdpt  = (pvFault >> SHW_PDPT_SHIFT) & SHW_PDPT_MASK;
     
    154153    if (!pPdptDst->a[iPdpt].n.u1Present)
    155154        pPdptDst->a[iPdpt].n.u1Present = 1;
    156 #   endif /* GST PAE */
    157155
    158156#  elif PGM_SHW_TYPE == PGM_TYPE_AMD64
     
    11211119        }
    11221120        if (!(pPdptDst->a[iPdpt].u & PGM_PLXFLAGS_MAPPING))
    1123                 pPdptDst->a[iPdpt].n.u1Present = 0;
     1121            pPdptDst->a[iPdpt].n.u1Present = 0;
    11241122        PGM_INVL_GUEST_TLBS();
    11251123    }
     
    32203218            }
    32213219            if (!(pPdptDst->a[iPdpt].u & PGM_PLXFLAGS_MAPPING))
    3222                     pPdptDst->a[iPdpt].n.u1Present = 0;
     3220                pPdptDst->a[iPdpt].n.u1Present = 0;
    32233221            continue;
    32243222        }
Note: See TracChangeset for help on using the changeset viewer.

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