Changeset 41800 in vbox for trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp
- Timestamp:
- Jun 17, 2012 4:18:26 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78618
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp
r41783 r41800 53 53 * 54 54 * @returns VBox status code. 55 * @param pVM VM handle.55 * @param pVM Pointer to the VM. 56 56 * @param enmGuestOS Guest OS type. 57 57 * @param pszModuleName Module name. … … 135 135 * 136 136 * @returns VBox status code. 137 * @param pVM VM handle.137 * @param pVM Pointer to the VM. 138 138 * @param pszModuleName Module name. 139 139 * @param pszVersion Module version. … … 196 196 * 197 197 * @returns VBox strict status code. 198 * @param pVM VM handle.198 * @param pVM Pointer to the VM. 199 199 * @param pVCpu The VMCPU handle for the calling EMT. 200 200 * @param pvUser Pointer to a VMCPUID with the requester's ID. … … 244 244 * 245 245 * @returns VBox status code. 246 * @param pVM VM handle246 * @param pVM Pointer to the VM 247 247 */ 248 248 VMMR3DECL(int) PGMR3SharedModuleCheckAll(PVM pVM) … … 258 258 * 259 259 * @returns VBox status code. 260 * @param pVM VM handle.260 * @param pVM Pointer to the VM. 261 261 * @param GCPtrPage Page address. 262 262 * @param pfShared Shared status (out).
Note:
See TracChangeset
for help on using the changeset viewer.