VirtualBox

Ignore:
Timestamp:
Oct 8, 2015 5:11:58 PM (9 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r57358 r58122  
    4545 *
    4646 * @returns bool owner/not owner
    47  * @param   pVM         Pointer to the VM.
     47 * @param   pVM         The cross context VM structure.
    4848 */
    4949VMMDECL(bool) IOMIsLockWriteOwner(PVM pVM)
     
    7171 * @retval  VINF_IOM_R3_IOPORT_READ     Defer the read to ring-3. (R0/RC only)
    7272 *
    73  * @param   pVM         Pointer to the VM.
     73 * @param   pVM         The cross context VM structure.
    7474 * @param   pVCpu       Pointer to the virtual CPU structure of the caller.
    7575 * @param   Port        The port to read.
     
    238238 * @retval  VINF_IOM_R3_IOPORT_READ     Defer the read to ring-3. (R0/RC only)
    239239 *
    240  * @param   pVM         Pointer to the VM.
     240 * @param   pVM         The cross context VM structure.
    241241 * @param   pVCpu       Pointer to the virtual CPU structure of the caller.
    242242 * @param   Port        The port to read.
     
    433433 * @retval  VINF_IOM_R3_IOPORT_WRITE    Defer the write to ring-3. (R0/RC only)
    434434 *
    435  * @param   pVM         Pointer to the VM.
     435 * @param   pVM         The cross context VM structure.
    436436 * @param   pVCpu       Pointer to the virtual CPU structure of the caller.
    437437 * @param   Port        The port to write to.
     
    575575 * @retval  VINF_IOM_R3_IOPORT_WRITE    Defer the write to ring-3. (R0/RC only)
    576576 *
    577  * @param   pVM         Pointer to the VM.
     577 * @param   pVM         The cross context VM structure.
    578578 * @param   pVCpu       Pointer to the virtual CPU structure of the caller.
    579579 * @param   uPort       The port to write to.
     
    767767 * @retval  VINF_EM_RESCHEDULE_REM      The exception was dispatched and cannot be executed in raw-mode. (TRPMRaiseXcptErr)
    768768 *
    769  * @param   pVM         Pointer to the VM.
     769 * @param   pVM         The cross context VM structure.
    770770 * @param   pCtxCore    Pointer to register frame.
    771771 * @param   Port        The I/O port number.
     
    858858 * Fress an MMIO range after the reference counter has become zero.
    859859 *
    860  * @param   pVM                 Pointer to the VM.
     860 * @param   pVM                 The cross context VM structure.
    861861 * @param   pRange              The range to free.
    862862 */
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