VirtualBox

Changeset 10073 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 1, 2008 1:11:03 PM (17 years ago)
Author:
vboxsync
Message:

Updated some comments

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r10063 r10073  
    13061306/**
    13071307 * 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.
    13091309 *
    13101310 * This will normally involve mapping the guest PD or nPDPT
  • trunk/src/VBox/VMM/VMMAll/PGMAllGst.h

    r10072 r10073  
    402402 * Maps the CR3 into HMA in GC and locate it in HC.
    403403 *
     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 *
    404407 * @returns VBox status, no specials.
    405408 * @param   pVM             VM handle.
     
    509512 * @returns VBox status, no specials.
    510513 * @param   pVM             VM handle.
    511  * @param   GCPhysCR3       The physical address in the CR3 register.
    512514 */
    513515PGM_GST_DECL(int, UnmapCR3)(PVM pVM)
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