VirtualBox

Changeset 41836 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 19, 2012 4:20:52 PM (12 years ago)
Author:
vboxsync
Message:

Doxygen.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r41776 r41836  
    15071507 * @returns VBox status code.
    15081508 * @param   pVM         Pointer to the VM.
    1509  * @param   pVCpu       VMCPUD id.
     1509 * @param   pVCpu       Pointer to the VMCPU.
    15101510 *
    15111511 * @remarks Called with preemption disabled and after first having called
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r41802 r41836  
    504504 * @returns VBox status code (appropriate for trap handling and GC return).
    505505 * @param   pVM                 Pointer to the VM.
    506  * @param   pVCpu               The current CPU.
     506 * @param   pVCpu               Pointer to the VMCPU.
    507507 * @param   enmShwPagingMode    Paging mode for the nested page tables.
    508508 * @param   pRegFrame           Trap register frame.
  • trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp

    r41783 r41836  
    4242 * @param   pGVM                Pointer to the GVM instance data.
    4343 * @param   idCpu               The ID of the calling virtual CPU.
    44  * @param   pModule             Global module description
     44 * @param   pModule             Global module description.
    4545 * @param   paRegionsGCPtrs     Array parallel to pModules->aRegions with the
    4646 *                              addresses of the regions in the calling
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r41802 r41836  
    244244 * @returns VBox status code.
    245245 *
    246  * @param   pVM         The VM instance in question.
     246 * @param   pVM         Pointer to the VM.
    247247 * @param   uSvnRev     The SVN revision of the ring-3 part.
    248248 * @thread  EMT.
     
    371371 * @returns VBox status code.
    372372 *
    373  * @param   pVM         The VM instance in question.
     373 * @param   pVM         Pointer to the VM.
    374374 * @param   pGVM        Pointer to the global VM structure. Optional.
    375375 * @thread  EMT or session clean up thread.
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