Changeset 81056 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 27, 2019 1:11:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r80960 r81056 221 221 * Only updated when critsect is held exclusively. */ 222 222 bool fMapped; 223 /** Set if there is an ring-0 entry too. */ 224 bool fRing0; 225 /** Set if there is an raw-mode entry too. */ 226 bool fRawMode; 227 bool fUnused; 223 228 /** Same as the handle index. */ 224 229 uint16_t idxSelf; 225 230 } IOMIOPORTENTRYR3; 231 AssertCompileSize(IOMIOPORTENTRYR3, 9 * sizeof(RTR3PTR) + 16); 226 232 /** Pointer to a ring-3 I/O port handle table entry. */ 227 233 typedef IOMIOPORTENTRYR3 *PIOMIOPORTENTRYR3;
Note:
See TracChangeset
for help on using the changeset viewer.