Changeset 41801 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp
- Timestamp:
- Jun 17, 2012 4:46:51 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78619
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r41800 r41801 145 145 * 146 146 * @returns VBox status code. 147 * @param pVM The VM to operate on.147 * @param pVM Pointer to the VM. 148 148 */ 149 149 VMMR3_INT_DECL(int) VMMR3Init(PVM pVM) … … 476 476 * 477 477 * @returns VBox status code. 478 * @param pVM The VM to operate on.478 * @param pVM Pointer to the VM. 479 479 */ 480 480 VMMR3_INT_DECL(int) VMMR3InitR0(PVM pVM) … … 538 538 * 539 539 * @returns VBox status code. 540 * @param pVM The VM to operate on.540 * @param pVM Pointer to the VM. 541 541 */ 542 542 VMMR3_INT_DECL(int) VMMR3InitRC(PVM pVM) … … 1197 1197 * 1198 1198 * @param pVM Pointer to the VM. 1199 * @param pVCpu The VMCPU to operate on.1199 * @param pVCpu Pointer to the VMCPU. 1200 1200 */ 1201 1201 VMMR3_INT_DECL(int) VMMR3RawRunGC(PVM pVM, PVMCPU pVCpu) … … 1266 1266 * 1267 1267 * @param pVM Pointer to the VM. 1268 * @param pVCpu The VMCPU to operate on.1268 * @param pVCpu Pointer to the VMCPU. 1269 1269 */ 1270 1270 VMMR3_INT_DECL(int) VMMR3HwAccRunGC(PVM pVM, PVMCPU pVCpu) … … 1314 1314 * VCPU worker for VMMSendSipi. 1315 1315 * 1316 * @param pVM The VM to operate on.1316 * @param pVM Pointer to the VM. 1317 1317 * @param idCpu Virtual CPU to perform SIPI on 1318 1318 * @param uVector SIPI vector … … 1361 1361 * and unhalting processor 1362 1362 * 1363 * @param pVM The VM to operate on.1363 * @param pVM Pointer to the VM. 1364 1364 * @param idCpu Virtual CPU to perform SIPI on 1365 1365 * @param uVector SIPI vector … … 1376 1376 * Sends init IPI to the virtual CPU. 1377 1377 * 1378 * @param pVM The VM to operate on.1378 * @param pVM Pointer to the VM. 1379 1379 * @param idCpu Virtual CPU to perform int IPI on 1380 1380 */ … … 1391 1391 * 1392 1392 * @returns VBox status code. 1393 * @param pVM The VM to operate on.1393 * @param pVM Pointer to the VM. 1394 1394 * @param pPatchMem Patch memory range 1395 1395 * @param cbPatchMem Size of the memory range … … 1408 1408 * 1409 1409 * @returns VBox status code. 1410 * @param pVM The VM to operate on.1410 * @param pVM Pointer to the VM. 1411 1411 * @param pPatchMem Patch memory range 1412 1412 * @param cbPatchMem Size of the memory range … … 1934 1934 * 1935 1935 * @returns VBox status code. 1936 * @param pVM The VM to operate on.1936 * @param pVM Pointer to the VM. 1937 1937 * @param uOperation Operation to execute. 1938 1938 * @param u64Arg Constant argument.
Note:
See TracChangeset
for help on using the changeset viewer.