Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Oct 8, 2015 5:11:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103219
- Location:
- trunk/src/VBox/VMM/VMMRZ
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp
r57857 r58122 38 38 * other codes are passed execution to host context. 39 39 * 40 * @param pVM Pointer to the VM.40 * @param pVM The cross context VM structure. 41 41 * @param pVCpu Pointer to the VMCPU. 42 42 * @param pRegFrame Pointer to the register frame for the trap. … … 109 109 * other codes are passed execution to host context. 110 110 * 111 * @param pVM Pointer to the VM.111 * @param pVM The cross context VM structure. 112 112 * @param pVCpu Pointer to the VMCPU. 113 113 * @param pRegFrame Pointer to the register frame for the trap. -
trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
r57358 r58122 339 339 * 340 340 * @returns VINF_SUCCESS on success, VERR_PGM_DYNMAP_IPE on failure. 341 * @param pVM Pointer to the VM.341 * @param pVM The cross context VM structure. 342 342 */ 343 343 static int pgmRZDynMapInitAutoSetsForVM(PVM pVM) … … 466 466 * 467 467 * @returns VBox status code. 468 * @param pVM Pointer to the VM.468 * @param pVM The cross context VM structure. 469 469 */ 470 470 VMMR0DECL(int) PGMR0DynMapInitVM(PVM pVM) … … 521 521 * Terminates the dynamic mapping cache usage for a VM. 522 522 * 523 * @param pVM Pointer to the VM.523 * @param pVM The cross context VM structure. 524 524 */ 525 525 VMMR0DECL(void) PGMR0DynMapTermVM(PVM pVM) … … 1253 1253 * 1254 1254 * @returns VBox status code. 1255 * @param pVM Pointer to the VM.1255 * @param pVM The cross context VM structure. 1256 1256 */ 1257 1257 VMMRCDECL(int) PGMRCDynMapInit(PVM pVM) -
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r57358 r58122 39 39 * 40 40 * 41 * @param pVM Pointer to the VM.41 * @param pVM The cross context VM structure. 42 42 * @param pVCpu Pointer to the VMCPU of the calling EMT. 43 43 * @param enmOperation The operation. … … 110 110 * needs to change it into an assertion. 111 111 * 112 * @param pVM Pointer to the VM.112 * @param pVM The cross context VM structure. 113 113 * @param enmOperation The operation. 114 114 * @param uArg The argument to the operation.
Note:
See TracChangeset
for help on using the changeset viewer.