VirtualBox

Changeset 60309 in vbox for trunk/include


Ignore:
Timestamp:
Apr 4, 2016 4:02:21 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106373
Message:

VMM: Doxygen fixes for r106369.

File:
1 edited

Legend:

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

    r60307 r60309  
    10891089     * @param   pDevIns         Device instance of the APIC.
    10901090     * @param   pVCpu           The cross context virtual CPU structure.
    1091      * @param   u64Base         The new base.
    1092      * @remarks Caller enters the PDM critical section.
    1093      */
    1094     DECLR3CALLBACKMEMBER(VBOXSTRICTRC, pfnSetBaseMsrR3,(PPDMDEVINS pDevIns, PVMCPU pVCpu, uint64_t u64Base));
     1091     * @param   u64BaseMsr      The base MSR value.
     1092     * @remarks Caller enters the PDM critical section (might not be the case with
     1093     *          the new APIC code)
     1094     */
     1095    DECLR3CALLBACKMEMBER(VBOXSTRICTRC, pfnSetBaseMsrR3,(PPDMDEVINS pDevIns, PVMCPU pVCpu, uint64_t u64BaseMsr));
    10951096
    10961097    /**
     
    11091110     * @param   pDevIns         Device instance of the APIC.
    11101111     * @param   pVCpu           The cross context virtual CPU structure.
    1111      * @param   u8TPR           The new TPR.
     1112     * @param   u8Tpr           The new TPR.
    11121113     * @remarks Caller enters the PDM critical section.
    11131114     */
    1114     DECLR3CALLBACKMEMBER(void, pfnSetTprR3,(PPDMDEVINS pDevIns, PVMCPU pVCpu, uint8_t u8TPR));
     1115    DECLR3CALLBACKMEMBER(void, pfnSetTprR3,(PPDMDEVINS pDevIns, PVMCPU pVCpu, uint8_t u8Tpr));
    11151116
    11161117    /**
     
    11631164     * @returns VBox status code.
    11641165     * @param   pDevIns         Device instance of the APIC.
    1165      * @param   u8Dest          The destination mask.
    1166      * @param   u8DestMode      The destination mode, see XAPICDESTMODE.
    1167      * @param   u8DeliveryMode  The delivery mode, see XAPICDELIVERYMODE.
     1166     * @param   uDest           The destination mask.
     1167     * @param   uDestMode       The destination mode, see XAPICDESTMODE.
     1168     * @param   uDeliveryMode   The delivery mode, see XAPICDELIVERYMODE.
    11681169     * @param   uVector         The interrupt vector.
    1169      * @param   u8Polarity      The input pin polarity.
    1170      * @param   u8TriggerMode   The trigger mode, see XAPICTRIGGERMODE.
     1170     * @param   uPolarity       The input pin polarity.
     1171     * @param   uTriggerMode    The trigger mode, see XAPICTRIGGERMODE.
    11711172     * @param   uTagSrc         The IRQ tag and source (for tracing).
    11721173     * @remarks Caller enters the PDM critical section.
    11731174     */
    1174     DECLR3CALLBACKMEMBER(int, pfnBusDeliverR3,(PPDMDEVINS pDevIns, uint8_t u8Dest, uint8_t u8DestMode, uint8_t u8DeliveryMode,
    1175                                                uint8_t iVector, uint8_t u8Polarity, uint8_t u8TriggerMode, uint32_t uTagSrc));
     1175    DECLR3CALLBACKMEMBER(int, pfnBusDeliverR3,(PPDMDEVINS pDevIns, uint8_t uDest, uint8_t uDestMode, uint8_t uDeliveryMode,
     1176                                               uint8_t uVector, uint8_t uPolarity, uint8_t uTriggerMode, uint32_t uTagSrc));
    11761177
    11771178    /**
     
    11981199     * @returns The frequency of the APIC timer.
    11991200     * @param   pDevIns         Device instance of the APIC.
    1200      * @param   pVCpu           The cross context virtual CPU structure.
    12011201     */
    12021202    DECLR3CALLBACKMEMBER(uint64_t, pfnGetTimerFreqR3,(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