Changeset 61150 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 24, 2016 7:27:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/APICInternal.h
r61116 r61150 1356 1356 /** Number of times PPR masks an interrupt in APICGetInterrupt(). */ 1357 1357 STAMCOUNTER StatMaskedByPpr; 1358 /** Number of times the timer ICR is written. */ 1359 STAMCOUNTER StatTimerIcrWrite; 1360 /** Number of times the ICR Lo (send IPI) is written. */ 1361 STAMCOUNTER StatIcrLoWrite; 1358 1362 /** @} */ 1359 1363 #endif
Note:
See TracChangeset
for help on using the changeset viewer.