Changeset 48066 in vbox for trunk/include
- Timestamp:
- Aug 26, 2013 3:05:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r47996 r48066 978 978 979 979 /** Machine Check Global Capabilities Register. */ 980 #define MSR_IA32_MC P_CAP 0x179980 #define MSR_IA32_MCG_CAP 0x179 981 981 /** Machine Check Global Status Register. */ 982 #define MSR_IA32_MC P_STATUS 0x17A982 #define MSR_IA32_MCG_STATUS 0x17A 983 983 /** Machine Check Global Control Register. */ 984 #define MSR_IA32_MC P_CTRL 0x17B984 #define MSR_IA32_MCG_CTRL 0x17B 985 985 986 986 /** Trace/Profile Resource Control (R/W) */
Note:
See TracChangeset
for help on using the changeset viewer.