From 9a33c201be67c45850313766b9a9479d99e86fd1 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 5 May 2016 12:44:42 +0100 Subject: [PATCH] Add 64bit segment base MSRs to the index Signed-off-by: Andrew Cooper --- include/arch/x86/msr-index.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ /* -- 2.39.5