Changeset 41435 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- May 24, 2012 1:44:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r41395 r41435 4526 4526 * 4527 4527 * @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. 4529 4531 * @param fWritable Whether write access is required. 4530 4532 * @param ppv Where to store the pointer corresponding to GCPhys on … … 4534 4536 { 4535 4537 pgmLock(pVM); 4538 PGM_A20_ASSERT_MASKED(VMMGetCpu(pVM), GCPhys); 4536 4539 4537 4540 PPGMRAMRANGE pRam;
Note:
See TracChangeset
for help on using the changeset viewer.