Changeset 80090 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 31, 2019 9:20:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r76585 r80090 86 86 R3PTRTYPE(const char *) pszDesc; 87 87 88 #if 0 88 89 /** Pointer to user argument - RC. */ 89 90 RTRCPTR pvUserRC; … … 99 100 /** Padding structure length to multiple of 8 bytes. */ 100 101 RTRCPTR RCPtrPadding; 102 #endif 101 103 #endif 102 104 } IOMMMIORANGE; … … 289 291 /** Tree containing I/O port range descriptors registered for R0 (IOMIOPORTRANGER0). */ 290 292 AVLROIOPORTTREE IOPortTreeR0; 293 #if 0 291 294 /** Tree containing I/O port range descriptors registered for RC (IOMIOPORTRANGERC). */ 292 295 AVLROIOPORTTREE IOPortTreeRC; 296 #endif 293 297 294 298 /** Tree containing the MMIO range descriptors (IOMMMIORANGE). */ … … 316 320 typedef struct IOM 317 321 { 318 /** Offset to the VM structure. */319 RTINT offVM;320 321 /** Pointer to the trees - RC ptr. */322 RCPTRTYPE(PIOMTREES) pTreesRC;323 322 /** Pointer to the trees - R3 ptr. */ 324 323 R3PTRTYPE(PIOMTREES) pTreesR3; … … 447 446 R0PTRTYPE(PIOMMMIORANGE) pMMIORangeLastR0; 448 447 R0PTRTYPE(PIOMMMIOSTATS) pMMIOStatsLastR0; 449 450 RCPTRTYPE(PIOMIOPORTRANGERC) pRangeLastReadRC;451 RCPTRTYPE(PIOMIOPORTRANGERC) pRangeLastWriteRC;452 RCPTRTYPE(PIOMIOPORTSTATS) pStatsLastReadRC;453 RCPTRTYPE(PIOMIOPORTSTATS) pStatsLastWriteRC;454 RCPTRTYPE(PIOMMMIORANGE) pMMIORangeLastRC;455 RCPTRTYPE(PIOMMMIOSTATS) pMMIOStatsLastRC;456 448 /** @} */ 457 449 } IOMCPU;
Note:
See TracChangeset
for help on using the changeset viewer.