Changeset 27574 in vbox for trunk/include/VBox/x86.h
- Timestamp:
- Mar 22, 2010 9:23:28 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.h
r27395 r27574 828 828 #define MSR_IA32_BIOS_SIGN_ID 0x8B 829 829 830 /** General performance counter s. */830 /** General performance counter no. 0. */ 831 831 #define MSR_IA32_PMC0 0xC1 832 /** General performance counter no. 1. */ 832 833 #define MSR_IA32_PMC1 0xC2 834 /** General performance counter no. 2. */ 833 835 #define MSR_IA32_PMC2 0xC3 836 /** General performance counter no. 3. */ 834 837 #define MSR_IA32_PMC3 0xC4 835 838
Note:
See TracChangeset
for help on using the changeset viewer.