Changeset 82035 in vbox
- Timestamp:
- Nov 20, 2019 4:42:30 PM (5 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r82033 r82035 1406 1406 * Init the data. 1407 1407 */ 1408 pApicDev->pDevInsR3 = pDevIns;1409 1410 1408 pApic->pDevInsR3 = pDevIns; 1411 1409 pApic->pApicDevR3 = pApicDev; … … 1553 1551 1554 1552 APIC_PROF_COUNTER(&pApicCpu->StatUpdatePendingIntrs, 1555 "/PROF/CPU% d/APIC/UpdatePendingInterrupts", "Profiling of APICUpdatePendingInterrupts");1556 APIC_PROF_COUNTER(&pApicCpu->StatPostIntr, "/PROF/CPU% d/APIC/PostInterrupt", "Profiling of APICPostInterrupt");1553 "/PROF/CPU%u/APIC/UpdatePendingInterrupts", "Profiling of APICUpdatePendingInterrupts"); 1554 APIC_PROF_COUNTER(&pApicCpu->StatPostIntr, "/PROF/CPU%u/APIC/PostInterrupt", "Profiling of APICPostInterrupt"); 1557 1555 } 1558 1556 -
trunk/src/VBox/VMM/include/APICInternal.h
r82031 r82035 1161 1161 /** The MMIO handle. */ 1162 1162 IOMMMIOHANDLE hMmio; 1163 /** The device instance - R3 Ptr. */1164 PPDMDEVINSR3 pDevInsR3;1165 1163 } APICDEV; 1166 1164 /** Pointer to an APIC device. */
Note:
See TracChangeset
for help on using the changeset viewer.