Changeset 10073 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2008 1:11:03 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r10063 r10073 1306 1306 /** 1307 1307 * Performs and schedules necessary updates following a CR3 load or reload, 1308 * without actually the TLB as with PGMFlushTLB.1308 * without actually flushing the TLB as with PGMFlushTLB. 1309 1309 * 1310 1310 * This will normally involve mapping the guest PD or nPDPT -
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r10072 r10073 402 402 * Maps the CR3 into HMA in GC and locate it in HC. 403 403 * 404 * Note that a MapCR3 call is usually not followed by an UnmapCR3 call; whenever 405 * CR3 is updated we simply call MapCR3 again. 406 * 404 407 * @returns VBox status, no specials. 405 408 * @param pVM VM handle. … … 509 512 * @returns VBox status, no specials. 510 513 * @param pVM VM handle. 511 * @param GCPhysCR3 The physical address in the CR3 register.512 514 */ 513 515 PGM_GST_DECL(int, UnmapCR3)(PVM pVM)
Note:
See TracChangeset
for help on using the changeset viewer.