diff options
author | Ian Moffett <ian@osmora.org> | 2024-07-29 01:28:58 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-07-29 01:28:58 -0400 |
commit | 6b6133186d9eb1fb076e63013b1ed3bdaebea973 (patch) | |
tree | 5b7a7367f6a7ee3ae99a733740db470bc9d8c365 /sys/include/arch/amd64/msr.h | |
parent | 3f6a668013d3c5b18d11ad5f10b1b56ff74d9424 (diff) |
kernel/amd64: Facilitate IA32_FS_BASE reads/writes
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/arch/amd64/msr.h')
-rw-r--r-- | sys/include/arch/amd64/msr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/arch/amd64/msr.h b/sys/include/arch/amd64/msr.h index d3d0c9a..fe5814b 100644 --- a/sys/include/arch/amd64/msr.h +++ b/sys/include/arch/amd64/msr.h @@ -32,6 +32,7 @@ #define IA32_SPEC_CTL 0x00000048 #define IA32_KERNEL_GS_BASE 0xC0000102 +#define IA32_FS_BASE 0xC0000100 #define IA32_APIC_BASE_MSR 0x0000001B #if !defined(__ASSEMBLER__) |