VirtualBox

Changeset 41435 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
May 24, 2012 1:44:48 PM (13 years ago)
Author:
vboxsync
Message:

PGMR3PhysTlbGCPhys2Ptr: A20 assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r41395 r41435  
    45264526 *
    45274527 * @param   pVM         The VM handle.
    4528  * @param   GCPhys      The GC physical address to convert.
     4528 * @param   GCPhys      The GC physical address to convert.  Since this is only
     4529 *                      used for filling the REM TLB, the A20 mask must be
     4530 *                      applied before calling this API.
    45294531 * @param   fWritable   Whether write access is required.
    45304532 * @param   ppv         Where to store the pointer corresponding to GCPhys on
     
    45344536{
    45354537    pgmLock(pVM);
     4538    PGM_A20_ASSERT_MASKED(VMMGetCpu(pVM), GCPhys);
    45364539
    45374540    PPGMRAMRANGE pRam;
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