]> xenbits.xensource.com Git - people/liuw/xtf.git/commitdiff
Add 64bit segment base MSRs to the index
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 5 May 2016 11:44:42 +0000 (12:44 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 5 May 2016 11:44:49 +0000 (12:44 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
include/arch/x86/msr-index.h

index 92779c157539f127b77e6c1f3486bcfba5969f70..20dd7ef46915b20ed1761fa70ef8a01016907693 100644 (file)
@@ -5,6 +5,10 @@
 #define _EFER_LME                       8  /* Long mode enable */
 #define EFER_LME                        (1<<_EFER_LME)
 
+#define MSR_FS_BASE                     0xc0000100
+#define MSR_GS_BASE                     0xc0000101
+#define MSR_SHADOW_GS_BASE              0xc0000102
+
 #endif /* XFT_X86_MSR_INDEX_H */
 
 /*