VirtualBox

Changeset 7819 in vbox


Ignore:
Timestamp:
Apr 9, 2008 8:00:14 AM (17 years ago)
Author:
vboxsync
Message:

Clear PDPT

File:
1 edited

Legend:

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

    r7808 r7819  
    26712671        {
    26722672            /* PDPT not present */
    2673             pVM->pgm.s.CTXMID(p,PaePDPT)->a[iPDPTE].n.u1Present = 0;
     2673            /** @todo expensive */
     2674            ASMMemZero32(pVM->pgm.s.CTXMID(ap,PaePDs)[iPDPTE], PAGE_SIZE);
    26742675            continue;
    26752676        }
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