Changeset 41836 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 19, 2012 4:20:52 PM (12 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r41776 r41836 1507 1507 * @returns VBox status code. 1508 1508 * @param pVM Pointer to the VM. 1509 * @param pVCpu VMCPUD id.1509 * @param pVCpu Pointer to the VMCPU. 1510 1510 * 1511 1511 * @remarks Called with preemption disabled and after first having called -
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r41802 r41836 504 504 * @returns VBox status code (appropriate for trap handling and GC return). 505 505 * @param pVM Pointer to the VM. 506 * @param pVCpu The currentCPU.506 * @param pVCpu Pointer to the VMCPU. 507 507 * @param enmShwPagingMode Paging mode for the nested page tables. 508 508 * @param pRegFrame Trap register frame. -
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
r41783 r41836 42 42 * @param pGVM Pointer to the GVM instance data. 43 43 * @param idCpu The ID of the calling virtual CPU. 44 * @param pModule Global module description 44 * @param pModule Global module description. 45 45 * @param paRegionsGCPtrs Array parallel to pModules->aRegions with the 46 46 * addresses of the regions in the calling -
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r41802 r41836 244 244 * @returns VBox status code. 245 245 * 246 * @param pVM The VM instance in question.246 * @param pVM Pointer to the VM. 247 247 * @param uSvnRev The SVN revision of the ring-3 part. 248 248 * @thread EMT. … … 371 371 * @returns VBox status code. 372 372 * 373 * @param pVM The VM instance in question.373 * @param pVM Pointer to the VM. 374 374 * @param pGVM Pointer to the global VM structure. Optional. 375 375 * @thread EMT or session clean up thread.
Note:
See TracChangeset
for help on using the changeset viewer.