From: Andrew Cooper Date: Thu, 5 May 2016 11:44:42 +0000 (+0100) Subject: Add 64bit segment base MSRs to the index X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9a33c201be67c45850313766b9a9479d99e86fd1;p=people%2Froyger%2Fxen-test-framework.git Add 64bit segment base MSRs to the index Signed-off-by: Andrew Cooper --- diff --git a/include/arch/x86/msr-index.h b/include/arch/x86/msr-index.h index 92779c1..20dd7ef 100644 --- a/include/arch/x86/msr-index.h +++ b/include/arch/x86/msr-index.h @@ -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 */ /*