VirtualBox

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

Doxygen, comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r41774 r41783  
    221221 *
    222222 * @returns VBox status code.
    223  * @param   pVM         The VM handle.
     223 * @param   pVM         Pointer to the VM.
    224224 * @param   pVCpu       The current CPU.
    225225 * @param   HCPhys      The HC physical address to map to a virtual one.
     
    243243 *
    244244 * @returns VBox status code.
    245  * @param   pVM     The VM handle.
     245 * @param   pVM     Pointer to the VM.
    246246 * @param   pVCpu   The current CPU.
    247247 * @param   GCPhys  The GC physical address to map to a virtual one.
     
    264264 *
    265265 * @returns VBox status code.
    266  * @param   pVM     The VM handle.
     266 * @param   pVM     Pointer to the VM.
    267267 * @param   GCPhys  The GC physical address to map to a virtual one.
    268268 * @param   ppv     Where to store the virtual address. No need to cast this.
     
    292292 *
    293293 * @returns VBox status code.
    294  * @param   pVM     The VM handle.
     294 * @param   pVM     Pointer to the VM.
    295295 * @param   GCPhys  The GC physical address to map to a virtual one.
    296296 * @param   ppv     Where to store the virtual address. No need to cast this.
     
    333333 * For best effect only apply this to the page that was mapped most recently.
    334334 *
    335  * @param   pVM     The VM handle.
     335 * @param   pVM     Pointer to the VM.
    336336 * @param   pvPage  The pool page.
    337337 */
     
    356356 * Invalidates a page on all VCPUs
    357357 *
    358  * @param   pVM         The VM handle.
     358 * @param   pVM         Pointer to the VM.
    359359 * @param   GCVirt      The virtual address of the page to invalidate.
    360360 */
     
    397397 * Invalidates the TLBs of all VCPUs
    398398 *
    399  * @param   pVM         The VM handle.
     399 * @param   pVM         Pointer to the VM.
    400400 */
    401401#ifdef IN_RC
     
    24362436 *
    24372437 * @returns VBox status code.
    2438  * @param   a_pVM       The VM handle.
     2438 * @param   a_pVM       Pointer to the VM.
    24392439 * @param   a_pPage     The pool page.
    24402440 *
     
    24612461 *
    24622462 * @returns VBox status code.
    2463  * @param   a_pVM       The VM handle.
     2463 * @param   a_pVM       Pointer to the VM.
    24642464 * @param   a_pVCpu     The current CPU.
    24652465 * @param   a_pPage     The pool page.
     
    38913891 * Asserts that the caller owns the PDM lock.
    38923892 * This is the internal variant of PGMIsLockOwner.
    3893  * @param   a_pVM           The VM handle.
     3893 * @param   a_pVM           Pointer to the VM.
    38943894 */
    38953895#define PGM_LOCK_ASSERT_OWNER(a_pVM)    Assert(PDMCritSectIsOwner(&(a_pVM)->pgm.s.CritSectX))
     
    38973897 * Asserts that the caller owns the PDM lock.
    38983898 * This is the internal variant of PGMIsLockOwner.
    3899  * @param   a_pVM           The VM handle.
     3899 * @param   a_pVM           Pointer to the VM.
    39003900 * @param   a_pVCpu         The current CPU handle.
    39013901 */
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