Changeset 86456 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 6, 2020 8:43:49 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r85965 r86456 1550 1550 APIC_REG_COUNTER(&pApicCpu->StatMsrWriteRZ, "%u/RZ/MsrWrite", "Number of APIC MSR writes in RZ."); 1551 1551 1552 APIC_REG_COUNTER(&pApicCpu->StatMmioReadR3, "%u/R3/MmioRead R3","Number of APIC MMIO reads in R3.");1553 APIC_REG_COUNTER(&pApicCpu->StatMmioWriteR3, "%u/R3/MmioWrite R3","Number of APIC MMIO writes in R3.");1554 APIC_REG_COUNTER(&pApicCpu->StatMsrReadR3, "%u/R3/MsrRead R3","Number of APIC MSR reads in R3.");1555 APIC_REG_COUNTER(&pApicCpu->StatMsrWriteR3, "%u/R3/MsrWrite R3","Number of APIC MSR writes in R3.");1552 APIC_REG_COUNTER(&pApicCpu->StatMmioReadR3, "%u/R3/MmioRead", "Number of APIC MMIO reads in R3."); 1553 APIC_REG_COUNTER(&pApicCpu->StatMmioWriteR3, "%u/R3/MmioWrite", "Number of APIC MMIO writes in R3."); 1554 APIC_REG_COUNTER(&pApicCpu->StatMsrReadR3, "%u/R3/MsrRead", "Number of APIC MSR reads in R3."); 1555 APIC_REG_COUNTER(&pApicCpu->StatMsrWriteR3, "%u/R3/MsrWrite", "Number of APIC MSR writes in R3."); 1556 1556 1557 1557 APIC_REG_COUNTER(&pApicCpu->StatPostIntrAlreadyPending,
Note:
See TracChangeset
for help on using the changeset viewer.