Changeset 48151 in vbox for trunk/include/iprt
- Timestamp:
- Aug 29, 2013 12:45:46 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r48143 r48151 999 999 #define MSR_IA32_MCG_CTRL 0x17B 1000 1000 1001 /** Trace/Profile Resource Control (R/W) */1002 #define MSR_IA32_DEBUGCTL 0x1D91003 1004 1001 /** Page Attribute Table. */ 1005 1002 #define MSR_IA32_CR_PAT 0x277 … … 1035 1032 /** When set to 1, the Execute Disable Bit feature (XD Bit) is disabled (R/W). */ 1036 1033 #define MSR_IA32_MISC_ENABLE_XD_DISABLE RT_BIT(34) 1034 1035 /** Trace/Profile Resource Control (R/W) */ 1036 #define MSR_IA32_DEBUGCTL UINT32_C(0x000001d9) 1037 /** The number (0..3 or 0..15) of the last branch record register on P4 and 1038 * related Xeons. */ 1039 #define MSR_P4_LASTBRANCH_TOS UINT32_C(0x000001da) 1040 /** @name Last branch registers for P4 and Xeon, models 0 thru 2. 1041 * @{ */ 1042 #define MSR_P4_LASTBRANCH_0 UINT32_C(0x000001db) 1043 #define MSR_P4_LASTBRANCH_1 UINT32_C(0x000001dc) 1044 #define MSR_P4_LASTBRANCH_2 UINT32_C(0x000001dd) 1045 #define MSR_P4_LASTBRANCH_3 UINT32_C(0x000001de) 1046 /** @} */ 1047 1037 1048 1038 1049 #define IA32_MTRR_PHYSBASE0 0x200
Note:
See TracChangeset
for help on using the changeset viewer.