Changeset 88557 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Apr 16, 2021 3:36:25 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143852
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r87767 r88557 1569 1569 APIC_REG_COUNTER(&pApicCpu->StatIcrFullWrite, "%u/IcrFullWrite", "Number of times the ICR full (send IPI, x2APIC) is written."); 1570 1570 APIC_REG_COUNTER(&pApicCpu->StatIdMsrRead, "%u/IdMsrRead", "Number of times the APIC-ID MSR is read."); 1571 APIC_REG_COUNTER(&pApicCpu->StatDcrWrite, "%u/DcrWrite", "Number of times the DCR is written."); 1572 APIC_REG_COUNTER(&pApicCpu->StatDfrWrite, "%u/DfrWrite", "Number of times the DFR is written."); 1573 APIC_REG_COUNTER(&pApicCpu->StatLdrWrite, "%u/LdrWrite", "Number of times the LDR is written."); 1574 APIC_REG_COUNTER(&pApicCpu->StatLvtTimerWrite, "%u/LvtTimerWrite", "Number of times the LVT timer is written."); 1571 1575 1572 1576 APIC_PROF_COUNTER(&pApicCpu->StatUpdatePendingIntrs,
Note:
See TracChangeset
for help on using the changeset viewer.