Changeset 98045 in vbox for trunk/src/VBox/VMM/include/IOMInternal.h
- Timestamp:
- Jan 10, 2023 9:31:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r96407 r98045 382 382 * @note pretty static as only used by APIC on AMD-V. */ 383 383 uint16_t idxMmioLastPhysHandler; 384 uint16_t au16Padding[ 3];384 uint16_t au16Padding[2]; 385 385 /** @} */ 386 387 /** MMIO recursion guard (see @bugref{10315}). */ 388 uint8_t cMmioRecursionDepth; 389 uint8_t bPadding; 390 /** The MMIO recursion stack (ring-3 version). */ 391 PPDMDEVINSR3 apMmioRecursionStack[2]; 386 392 } IOMCPU; 387 393 /** Pointer to IOM per virtual CPU instance data. */ … … 481 487 STAMCOUNTER StatMmioStaleMappings; 482 488 STAMCOUNTER StatMmioDevLockContentionR0; 489 STAMCOUNTER StatMmioTooDeepRecursion; 483 490 /** @} */ 484 491 } IOM;
Note:
See TracChangeset
for help on using the changeset viewer.