VirtualBox

Ignore:
Timestamp:
Oct 8, 2015 8:59:48 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103223
Message:

VMM: Fixed almost all the Doxygen warnings.

File:
1 edited

Legend:

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

    r58123 r58126  
    27912791 * @param   pVCpu     The cross context virtual CPU structure.
    27922792 * @remark  Should only be used when monitoring is available, thus placed in
    2793  *          the PGMPOOL_WITH_MONITORING #ifdef.
     2793 *          the PGMPOOL_WITH_MONITORING \#ifdef.
    27942794 */
    27952795int pgmPoolSyncCR3(PVMCPU pVCpu)
     
    30313031 *
    30323032 * @param   pPool       The pool.
    3033  * @param   HCPhys      The HC physical address of the shadow page.
     3033 * @param   pPage       The shadow page.
    30343034 * @param   iUser       The shadow page pool index of the user table.
    30353035 * @param   iUserTable  The index into the user table (shadowed).
     
    45074507 * @param   pPool       The pool.
    45084508 * @param   pPage       The page.
    4509  * @param   pShwPML4    The shadow page directory pointer table (mapping of the page).
     4509 * @param   pShwPT      The shadow page directory pointer table (mapping of the
     4510 *                      page).
    45104511 */
    45114512DECLINLINE(void) pgmPoolTrackDerefPTEPT(PPGMPOOL pPool, PPGMPOOLPAGE pPage, PEPTPT pShwPT)
     
    48664867 * @retval  VINF_SUCCESS on success.
    48674868 * @param   pPool       The pool.
    4868  * @param   HCPhys      The HC physical address of the shadow page.
     4869 * @param   pPage       The shadow page.
    48694870 * @param   fFlush      Flush the TLBS when required (should only be false in very specific use cases!!)
    48704871 */
     
    49884989 *
    49894990 * @param   pPool       The pool.
    4990  * @param   HCPhys      The HC physical address of the shadow page.
     4991 * @param   pPage       The shadow page.
    49914992 * @param   iUser       The shadow page pool index of the user table.
    49924993 *                      NIL_PGMPOOL_IDX for root pages.
     
    53705371 * this and execute this CR3 flush.
    53715372 *
    5372  * @param   pPool       The pool.
     5373 * @param   pVM         The cross context VM structure.
    53735374 */
    53745375void pgmR3PoolReset(PVM pVM)
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