Changeset 77249 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Feb 11, 2019 1:34:51 AM (6 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r77241 r77249 1018 1018 1019 1019 1020 /** @interface_method_impl{PDMDEVHLPR3,pfnPhys ReleasePageMappingLocks} */1020 /** @interface_method_impl{PDMDEVHLPR3,pfnPhysBulkReleasePageMappingLocks} */ 1021 1021 static DECLCALLBACK(void) pdmR3DevHlp_PhysBulkReleasePageMappingLocks(PPDMDEVINS pDevIns, uint32_t cPages, PPGMPAGEMAPLOCK paLocks) 1022 1022 { -
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r77241 r77249 617 617 * @param paGCPhysPages The guest physical address of the pages that 618 618 * should be mapped (@a cPages entries). 619 * @param fFlags Flags reserved for future use, MBZ.620 619 * @param papvPages Where to store the ring-3 mapping addresses 621 620 * corresponding to @a paGCPhysPages. … … 777 776 * @param paGCPhysPages The guest physical address of the pages that 778 777 * should be mapped (@a cPages entries). 779 * @param fFlags Flags reserved for future use, MBZ.780 778 * @param papvPages Where to store the ring-3 mapping addresses 781 779 * corresponding to @a paGCPhysPages.
Note:
See TracChangeset
for help on using the changeset viewer.