VirtualBox

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

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

File:
1 edited

Legend:

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

    r57358 r58122  
    6161 * @returns VINF_SUCCESS if the handler have carried out the operation.
    6262 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
    63  * @param   pVM             Pointer to the VM.
     63 * @param   pVM             The cross context VM structure.
    6464 * @param   pVCpu       Pointer to the cross context CPU context for the
    6565 *                      calling EMT.
     
    171171 *
    172172 * @returns VBox status code
    173  * @param   pVM         Pointer to the VM.
     173 * @param   pVM         The cross context VM structure.
    174174 * @param   pvFault     Fault address
    175175 */
     
    199199 *
    200200 * @returns true -> scanned, false -> not scanned
    201  * @param   pVM         Pointer to the VM.
     201 * @param   pVM         The cross context VM structure.
    202202 * @param   pPage       GC page address
    203203 */
     
    226226 *
    227227 * @returns VBox status code.
    228  * @param   pVM         Pointer to the VM.
     228 * @param   pVM         The cross context VM structure.
    229229 * @param   pPage       GC page address (not necessarily aligned)
    230230 * @param   fScanned    Mark as scanned or not scanned
     
    298298 *          CSAM want need to scan it.
    299299 * @returns false if the page was already scanned.
    300  * @param   pVM         Pointer to the VM.
     300 * @param   pVM         The cross context VM structure.
    301301 * @param   GCPtr       GC pointer of page
    302302 */
     
    322322 *
    323323 * @returns VBox status code.
    324  * @param   pVM         Pointer to the VM.
     324 * @param   pVM         The cross context VM structure.
    325325 * @param   GCPtr       GC pointer of page
    326326 */
     
    341341 *
    342342 * @returns VBox status code.
    343  * @param   pVM         Pointer to the VM.
     343 * @param   pVM         The cross context VM structure.
    344344 */
    345345VMM_INT_DECL(int) CSAMEnableScanning(PVM pVM)
     
    354354 *
    355355 * @returns VBox status code.
    356  * @param   pVM         Pointer to the VM.
     356 * @param   pVM         The cross context VM structure.
    357357 */
    358358VMM_INT_DECL(int) CSAMDisableScanning(PVM pVM)
     
    371371 *
    372372 * @returns boolean
    373  * @param   pVM         Pointer to the VM.
     373 * @param   pVM         The cross context VM structure.
    374374 * @param   GCPtr       GC pointer of page table entry
    375375 */
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