Changeset 74388 in vbox for trunk/include/iprt
- Timestamp:
- Sep 20, 2018 4:24:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r74241 r74388 1209 1209 /** SMM control - MSEG base physical address. */ 1210 1210 #define MSR_IA32_SMM_MONITOR_MSGEG_PHYSADDR(a) (((a) >> 12) & UINT64_C(0xfffff)) 1211 1212 /** SMBASE - Base address of SMRANGE image (Read-only, SMM only). */ 1213 #define MSR_IA32_SMBASE 0x9E 1211 1214 1212 1215 /** General performance counter no. 0. */
Note:
See TracChangeset
for help on using the changeset viewer.