VirtualBox

Changeset 10661 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 15, 2008 2:21:04 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33371
Message:

Reduce the number of world switches caused by cr8 writes by checking if we really need to be notified. (only when
an interrupt is pending and masked by the TRP value)

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmapi.h

    r10521 r10661  
    100100
    101101/**
    102  * Set the TPR (task priority register?).
     102 * Set the TPR (task priority register).
    103103 *
    104104 * @returns VBox status code.
     
    109109
    110110/**
    111  * Get the TPR (task priority register?).
     111 * Get the TPR (task priority register).
    112112 *
    113113 * @returns The current TPR.
    114114 * @param   pVM             VM handle.
    115115 * @param   pu8TPR          Where to store the TRP.
    116  */
    117 PDMDECL(int) PDMApicGetTPR(PVM pVM, uint8_t *pu8TPR);
     116 * @param   pfPending       Pending state (out).
     117 */
     118PDMDECL(int) PDMApicGetTPR(PVM pVM, uint8_t *pu8TPR, bool *pfPending);
    118119
    119120
  • trunk/include/VBox/pdmdev.h

    r10492 r10661  
    968968
    969969    /**
    970      * Set the TPR (task priority register?).
     970     * Set the TPR (task priority register).
    971971     *
    972972     * @param   pDevIns         Device instance of the APIC.
     
    976976
    977977    /**
    978      * Get the TPR (task priority register?).
     978     * Get the TPR (task priority register).
    979979     *
    980980     * @returns The current TPR.
    981981     * @param   pDevIns         Device instance of the APIC.
     982     * @param   pfPending       Pending interrupt state (out).
    982983     */
    983984    DECLR3CALLBACKMEMBER(uint8_t, pfnGetTPRHC,(PPDMDEVINS pDevIns));
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