VirtualBox

Changeset 41777 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 16, 2012 6:49:15 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78595
Message:

Doxygen.

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

Legend:

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

    r40652 r41777  
    245245 *
    246246 * @returns the host context ring-0 address.
    247  * @param   pVM         Pointer to the shared VM structure.
     247 * @param   pVM         Pointer to the VM.
    248248 * @param   pLookup     The HMA lookup record.
    249249 * @param   off         The offset into the HMA memory chunk.
  • trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp

    r35346 r41777  
    11871187 * defined at build time.
    11881188 *
    1189  * @param   pVM         Pointer to the shared VM structure.
     1189 * @param   pVM         Pointer to the VM.
    11901190 */
    11911191VMMDECL(void) MMHyperHeapCheck(PVM pVM)
  • trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

    r40274 r41777  
    12721272 * @returns true if it's an all access handler, false if it's a write access
    12731273 *          handler.
    1274  * @param   pVM         Pointer to the shared VM structure.
     1274 * @param   pVM         Pointer to the VM.
    12751275 * @param   GCPhys      The address of the page with a disabled handler.
    12761276 *
     
    15051505 * virtual handlers to the log.
    15061506 *
    1507  * @param   pVM         Pointer to the shared VM structure.
     1507 * @param   pVM         Pointer to the VM.
    15081508 */
    15091509void pgmHandlerVirtualDumpPhysPages(PVM pVM)
  • trunk/src/VBox/VMM/VMMAll/REMAll.cpp

    r40274 r41777  
    239239 * Make REM flush all translation block upon the next call to REMR3State().
    240240 *
    241  * @param   pVM             Pointer to the shared VM structure.
     241 * @param   pVM             Pointer to the VM.
    242242 */
    243243VMMDECL(void) REMFlushTBs(PVM pVM)
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r40274 r41777  
    648648 *
    649649 * @returns See tmTimerPollInternal.
    650  * @param   pVM                 Pointer to the shared VM structure.
     650 * @param   pVM                 Pointer to the VM.
    651651 * @param   u64Now              Current virtual clock timestamp.
    652652 * @param   u64Delta            The delta to the next even in ticks of the
     
    695695 *
    696696 * @returns See tmTimerPollInternal.
    697  * @param   pVM                 Pointer to the shared VM structure.
     697 * @param   pVM                 Pointer to the VM.
    698698 * @param   u64Now              Current virtual clock timestamp.
    699699 * @param   pu64Delta           Where to return the delta.
     
    711711 *
    712712 * @returns See tmTimerPollInternal.
    713  * @param   pVM                 Pointer to the shared VM structure.
     713 * @param   pVM                 Pointer to the VM.
    714714 * @param   pVCpu               Pointer to the shared VMCPU structure of the
    715715 *                              caller.
     
    738738 *          0 if the next event has already expired.
    739739 *
    740  * @param   pVM         Pointer to the shared VM structure.
     740 * @param   pVM         Pointer to the VM.
    741741 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    742742 * @param   pu64Delta   Where to store the delta.
     
    953953 * @returns true if timers are pending, false if not.
    954954 *
    955  * @param   pVM         Pointer to the shared VM structure.
     955 * @param   pVM         Pointer to the VM.
    956956 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    957957 * @thread  The emulation thread.
     
    971971 * This function is called before FFs are checked in the inner execution EM loops.
    972972 *
    973  * @param   pVM         Pointer to the shared VM structure.
     973 * @param   pVM         Pointer to the VM.
    974974 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    975975 * @thread  The emulation thread.
     
    989989 * @returns The GIP timestamp of the next event.
    990990 *          0 if the next event has already expired.
    991  * @param   pVM         Pointer to the shared VM structure.
     991 * @param   pVM         Pointer to the VM.
    992992 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    993993 * @param   pu64Delta   Where to store the delta.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette