Module Name: src
Committed By: msaitoh
Date: Mon Jan 15 08:17:20 UTC 2018
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Add IA32_SPEC_CTRL MSR and IA32_PRED_CMD MSR.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x86/include/specialreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/specialreg.h
diff -u src/sys/arch/x86/include/specialreg.h:1.110 src/sys/arch/x86/include/specialreg.h:1.111
--- src/sys/arch/x86/include/specialreg.h:1.110 Mon Jan 15 07:19:00 2018
+++ src/sys/arch/x86/include/specialreg.h Mon Jan 15 08:17:20 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: specialreg.h,v 1.110 2018/01/15 07:19:00 msaitoh Exp $ */
+/* $NetBSD: specialreg.h,v 1.111 2018/01/15 08:17:20 msaitoh Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -599,6 +599,8 @@
#define MSR_EBL_CR_POWERON 0x02a
#define MSR_EBC_FREQUENCY_ID 0x02c /* PIV only */
#define MSR_TEST_CTL 0x033
+#define MSR_IA32_SPEC_CTRL 0x048
+#define MSR_IA32_PRED_CMD 0x049
#define MSR_BIOS_UPDT_TRIG 0x079
#define MSR_BBL_CR_D0 0x088 /* PII+ only */
#define MSR_BBL_CR_D1 0x089 /* PII+ only */