VirtualBox

Changeset 12574 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 18, 2008 1:12:07 PM (16 years ago)
Author:
vboxsync
Message:

APIC: Added helper for calling VMMGetCpuId.

File:
1 edited

Legend:

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

    r12566 r12574  
    10901090    DECLRCCALLBACKMEMBER(void,  pfnUnlock,(PPDMDEVINS pDevIns));
    10911091
     1092    /**
     1093     * Get the virtual CPU id corresponding to the current EMT.
     1094     *
     1095     * @param   pDevIns         The APIC device instance.
     1096     */
     1097    DECLRCCALLBACKMEMBER(uint32_t, pfnGetCpuId,(PPDMDEVINS pDevIns));
     1098
    10921099    /** Just a safety precaution. */
    10931100    uint32_t                u32TheEnd;
     
    11491156    DECLR0CALLBACKMEMBER(void,  pfnUnlock,(PPDMDEVINS pDevIns));
    11501157
     1158    /**
     1159     * Get the virtual CPU id corresponding to the current EMT.
     1160     *
     1161     * @param   pDevIns         The APIC device instance.
     1162     */
     1163    DECLR0CALLBACKMEMBER(uint32_t, pfnGetCpuId,(PPDMDEVINS pDevIns));
     1164
    11511165    /** Just a safety precaution. */
    11521166    uint32_t                u32TheEnd;
     
    12061220     */
    12071221    DECLR3CALLBACKMEMBER(void,  pfnUnlock,(PPDMDEVINS pDevIns));
     1222
     1223    /**
     1224     * Get the virtual CPU id corresponding to the current EMT.
     1225     *
     1226     * @param   pDevIns         The APIC device instance.
     1227     */
     1228    DECLR3CALLBACKMEMBER(uint32_t, pfnGetCpuId,(PPDMDEVINS pDevIns));
    12081229
    12091230    /**
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