Changeset 41802 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 17, 2012 5:01:56 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78620
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r41800 r41802 61 61 * 62 62 * @param pVM Pointer to the VM. 63 * @param pVCpu The VMCPU handle.63 * @param pVCpu Pointer to the VMCPU. 64 64 * 65 65 * @remarks Must be called from within the PGM critical section. The caller … … 176 176 * 177 177 * @param pVM Pointer to the VM. 178 * @param pVCpu The VMCPU handle.178 * @param pVCpu Pointer to the VMCPU. 179 179 * 180 180 * @remarks Must be called from within the PGM critical section. The caller … … 380 380 * @returns VBox status code (appropriate for trap handling and GC return). 381 381 * @param pVM Pointer to the VM. 382 * @param pVCpu VMCPU Handle.382 * @param pVCpu Pointer to the VMCPU. 383 383 * @param enmShwPagingMode Paging mode for the nested page tables. 384 384 * @param uErr The trap error code. -
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r41801 r41802 404 404 * Record return code statistics 405 405 * @param pVM Pointer to the VM. 406 * @param pVCpu The VMCPU handle.406 * @param pVCpu Pointer to the VMCPU. 407 407 * @param rc The status code. 408 408 */
Note:
See TracChangeset
for help on using the changeset viewer.