Changeset 82792 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 20, 2020 5:41:36 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r82039 r82792 1547 1547 APIC_REG_COUNTER(&pApicCpu->StatIcrHiWrite, "%u/IcrHiWrite", "Number of times the ICR Hi is written."); 1548 1548 APIC_REG_COUNTER(&pApicCpu->StatIcrFullWrite, "%u/IcrFullWrite", "Number of times the ICR full (send IPI, x2APIC) is written."); 1549 APIC_REG_COUNTER(&pApicCpu->StatIdMsrRead, "%u/IdMsrRead", "Number of times the APIC-ID MSR is read."); 1549 1550 1550 1551 APIC_PROF_COUNTER(&pApicCpu->StatUpdatePendingIntrs,
Note:
See TracChangeset
for help on using the changeset viewer.