VirtualBox

Changeset 41801 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp


Ignore:
Timestamp:
Jun 17, 2012 4:46:51 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78619
Message:

Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r41800 r41801  
    145145 *
    146146 * @returns VBox status code.
    147  * @param   pVM         The VM to operate on.
     147 * @param   pVM         Pointer to the VM.
    148148 */
    149149VMMR3_INT_DECL(int) VMMR3Init(PVM pVM)
     
    476476 *
    477477 * @returns VBox status code.
    478  * @param   pVM         The VM to operate on.
     478 * @param   pVM         Pointer to the VM.
    479479 */
    480480VMMR3_INT_DECL(int) VMMR3InitR0(PVM pVM)
     
    538538 *
    539539 * @returns VBox status code.
    540  * @param   pVM         The VM to operate on.
     540 * @param   pVM         Pointer to the VM.
    541541 */
    542542VMMR3_INT_DECL(int) VMMR3InitRC(PVM pVM)
     
    11971197 *
    11981198 * @param   pVM         Pointer to the VM.
    1199  * @param   pVCpu       The VMCPU to operate on.
     1199 * @param   pVCpu       Pointer to the VMCPU.
    12001200 */
    12011201VMMR3_INT_DECL(int) VMMR3RawRunGC(PVM pVM, PVMCPU pVCpu)
     
    12661266 *
    12671267 * @param   pVM         Pointer to the VM.
    1268  * @param   pVCpu       The VMCPU to operate on.
     1268 * @param   pVCpu       Pointer to the VMCPU.
    12691269 */
    12701270VMMR3_INT_DECL(int) VMMR3HwAccRunGC(PVM pVM, PVMCPU pVCpu)
     
    13141314 * VCPU worker for VMMSendSipi.
    13151315 *
    1316  * @param   pVM         The VM to operate on.
     1316 * @param   pVM         Pointer to the VM.
    13171317 * @param   idCpu       Virtual CPU to perform SIPI on
    13181318 * @param   uVector     SIPI vector
     
    13611361 * and unhalting processor
    13621362 *
    1363  * @param   pVM         The VM to operate on.
     1363 * @param   pVM         Pointer to the VM.
    13641364 * @param   idCpu       Virtual CPU to perform SIPI on
    13651365 * @param   uVector     SIPI vector
     
    13761376 * Sends init IPI to the virtual CPU.
    13771377 *
    1378  * @param   pVM         The VM to operate on.
     1378 * @param   pVM         Pointer to the VM.
    13791379 * @param   idCpu       Virtual CPU to perform int IPI on
    13801380 */
     
    13911391 *
    13921392 * @returns VBox status code.
    1393  * @param   pVM         The VM to operate on.
     1393 * @param   pVM         Pointer to the VM.
    13941394 * @param   pPatchMem   Patch memory range
    13951395 * @param   cbPatchMem  Size of the memory range
     
    14081408 *
    14091409 * @returns VBox status code.
    1410  * @param   pVM         The VM to operate on.
     1410 * @param   pVM         Pointer to the VM.
    14111411 * @param   pPatchMem   Patch memory range
    14121412 * @param   cbPatchMem  Size of the memory range
     
    19341934 *
    19351935 * @returns VBox status code.
    1936  * @param   pVM         The VM to operate on.
     1936 * @param   pVM         Pointer to the VM.
    19371937 * @param   uOperation  Operation to execute.
    19381938 * @param   u64Arg      Constant argument.
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