VirtualBox

Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMRZ


Ignore:
Timestamp:
Oct 8, 2015 5:11:58 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103219
Message:

VMM: Made @param pVM more uniform and to the point.

Location:
trunk/src/VBox/VMM/VMMRZ
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp

    r57857 r58122  
    3838 *          other codes are passed execution to host context.
    3939 *
    40  * @param   pVM             Pointer to the VM.
     40 * @param   pVM             The cross context VM structure.
    4141 * @param   pVCpu           Pointer to the VMCPU.
    4242 * @param   pRegFrame       Pointer to the register frame for the trap.
     
    109109 *          other codes are passed execution to host context.
    110110 *
    111  * @param   pVM         Pointer to the VM.
     111 * @param   pVM         The cross context VM structure.
    112112 * @param   pVCpu       Pointer to the VMCPU.
    113113 * @param   pRegFrame   Pointer to the register frame for the trap.
  • trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp

    r57358 r58122  
    339339 *
    340340 * @returns VINF_SUCCESS on success, VERR_PGM_DYNMAP_IPE on failure.
    341  * @param   pVM         Pointer to the VM.
     341 * @param   pVM         The cross context VM structure.
    342342 */
    343343static int pgmRZDynMapInitAutoSetsForVM(PVM pVM)
     
    466466 *
    467467 * @returns VBox status code.
    468  * @param   pVM         Pointer to the VM.
     468 * @param   pVM         The cross context VM structure.
    469469 */
    470470VMMR0DECL(int) PGMR0DynMapInitVM(PVM pVM)
     
    521521 * Terminates the dynamic mapping cache usage for a VM.
    522522 *
    523  * @param   pVM         Pointer to the VM.
     523 * @param   pVM         The cross context VM structure.
    524524 */
    525525VMMR0DECL(void) PGMR0DynMapTermVM(PVM pVM)
     
    12531253 *
    12541254 * @returns VBox status code.
    1255  * @param   pVM                 Pointer to the VM.
     1255 * @param   pVM                 The cross context VM structure.
    12561256 */
    12571257VMMRCDECL(int) PGMRCDynMapInit(PVM pVM)
  • trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp

    r57358 r58122  
    3939 *
    4040 *
    41  * @param   pVM             Pointer to the VM.
     41 * @param   pVM             The cross context VM structure.
    4242 * @param   pVCpu           Pointer to the VMCPU of the calling EMT.
    4343 * @param   enmOperation    The operation.
     
    110110 *          needs to change it into an assertion.
    111111 *
    112  * @param   pVM             Pointer to the VM.
     112 * @param   pVM             The cross context VM structure.
    113113 * @param   enmOperation    The operation.
    114114 * @param   uArg            The argument to the operation.
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