VirtualBox

Changeset 43657 in vbox for trunk/include/VBox/vmm/pdmdev.h


Ignore:
Timestamp:
Oct 16, 2012 3:34:05 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81423
Message:

VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) for lockless accesses.

File:
1 edited

Legend:

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

    r43472 r43657  
    10781078     * @returns Pending interrupt number.
    10791079     * @param   pDevIns         Device instance of the APIC.
     1080     * @param   idCpu           The VCPU Id.
    10801081     * @param   puTagSrc        Where to return the tag source.
    10811082     */
    1082     DECLR3CALLBACKMEMBER(int, pfnGetInterruptR3,(PPDMDEVINS pDevIns, uint32_t *puTagSrc));
     1083    DECLR3CALLBACKMEMBER(int, pfnGetInterruptR3,(PPDMDEVINS pDevIns, VMCPUID idCpu, uint32_t *puTagSrc));
    10831084
    10841085    /**
     
    10871088     * @returns Pending interrupt yes/no
    10881089     * @param   pDevIns         Device instance of the APIC.
    1089      */
    1090     DECLR3CALLBACKMEMBER(bool, pfnHasPendingIrqR3,(PPDMDEVINS pDevIns));
     1090     * @param   idCpu           The VCPU Id.
     1091     */
     1092    DECLR3CALLBACKMEMBER(bool, pfnHasPendingIrqR3,(PPDMDEVINS pDevIns, VMCPUID idCpu));
    10911093
    10921094    /**
     
    10941096     *
    10951097     * @param   pDevIns         Device instance of the APIC.
     1098     * @param   idCpu           The VCPU Id.
    10961099     * @param   u64Base         The new base.
    10971100     */
    1098     DECLR3CALLBACKMEMBER(void, pfnSetBaseR3,(PPDMDEVINS pDevIns, uint64_t u64Base));
     1101    DECLR3CALLBACKMEMBER(void, pfnSetBaseR3,(PPDMDEVINS pDevIns, VMCPUID idCpu, uint64_t u64Base));
    10991102
    11001103    /**
     
    11031106     * @returns Current base.
    11041107     * @param   pDevIns         Device instance of the APIC.
    1105      */
    1106     DECLR3CALLBACKMEMBER(uint64_t, pfnGetBaseR3,(PPDMDEVINS pDevIns));
     1108     * @param   idCpu           The VCPU Id.
     1109     */
     1110    DECLR3CALLBACKMEMBER(uint64_t, pfnGetBaseR3,(PPDMDEVINS pDevIns, VMCPUID idCpu));
    11071111
    11081112    /**
     
    11101114     *
    11111115     * @param   pDevIns         Device instance of the APIC.
    1112      * @param   idCpu           VCPU id
     1116     * @param   idCpu           The VCPU id.
    11131117     * @param   u8TPR           The new TPR.
    11141118     */
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