VirtualBox

Ignore:
Timestamp:
Jan 10, 2023 9:31:53 PM (2 years ago)
Author:
vboxsync
Message:

IOM: Updates. bugref:10315

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IOMInternal.h

    r96407 r98045  
    382382     * @note pretty static as only used by APIC on AMD-V.  */
    383383    uint16_t                            idxMmioLastPhysHandler;
    384     uint16_t                            au16Padding[3];
     384    uint16_t                            au16Padding[2];
    385385    /** @} */
     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];
    386392} IOMCPU;
    387393/** Pointer to IOM per virtual CPU instance data. */
     
    481487    STAMCOUNTER                     StatMmioStaleMappings;
    482488    STAMCOUNTER                     StatMmioDevLockContentionR0;
     489    STAMCOUNTER                     StatMmioTooDeepRecursion;
    483490    /** @} */
    484491} IOM;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette