VirtualBox

Ignore:
Timestamp:
Apr 25, 2013 12:08:17 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85283
Message:

TRPM: Sprinkled HMIsEnabled around the place.

File:
1 edited

Legend:

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

    r45531 r45728  
    9696    RTINT                   offTRPMCPU;
    9797
    98     /** IDT monitoring and sync flag (HWACC). */
    99     bool                    fDisableMonitoring; /** @todo r=bird: bool and 7 byte achPadding1. */
    100 
    10198    /** Whether monitoring of the guest IDT is enabled or not.
    10299     *
     
    114111
    115112    /** Padding to get the IDTs at a 16 byte alignment. */
    116     uint8_t                 abPadding1[6];
     113    uint8_t                 abPadding1[7];
    117114    /** IDTs. Aligned at 16 byte offset for speed. */
    118115    VBOXIDTE                aIdt[256];
     
    159156     * pointer. */
    160157    R3PTRTYPE(PSTAMCOUNTER) paStatForwardedIRQR3;
    161     /** Statistics for interrupt handlers - R0 pointer. */
    162     R0PTRTYPE(PSTAMCOUNTER) paStatForwardedIRQR0;
    163158    /** Statistics for interrupt handlers - RC pointer. */
    164159    RCPTRTYPE(PSTAMCOUNTER) paStatForwardedIRQRC;
     
    168163    /** Host interrupt statistics (allocated on the hypervisor heap) - R3 ptr. */
    169164    R3PTRTYPE(PSTAMCOUNTER) paStatHostIrqR3;
    170     /** Host interrupt statistics (allocated on the hypervisor heap) - R0 ptr. */
    171     R0PTRTYPE(PSTAMCOUNTER) paStatHostIrqR0;
    172165#endif
    173166} TRPM;
     
    266259
    267260#ifdef IN_RING3
    268 
    269 /**
    270  * Clear passthrough interrupt gate handler (reset to default handler)
    271  *
    272  * @returns VBox status code.
    273  * @param   pVM         Pointer to the VM.
    274  * @param   iTrap       Trap/interrupt gate number.
    275  */
    276 VMMR3DECL(int) trpmR3ClearPassThroughHandler(PVM pVM, unsigned iTrap);
    277 
     261int trpmR3ClearPassThroughHandler(PVM pVM, unsigned iTrap);
    278262#endif
    279263
Note: See TracChangeset for help on using the changeset viewer.

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