Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Add IA32_SPEC_CTRL MSR and IA32_PRED_CM...
details: https://anonhg.NetBSD.org/src/rev/bda8f6fdd21c
branches: trunk
changeset: 358732:bda8f6fdd21c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Jan 15 08:17:20 2018 +0000
description:
Add IA32_SPEC_CTRL MSR and IA32_PRED_CMD MSR.
diffstat:
sys/arch/x86/include/specialreg.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2258b1437118 -r bda8f6fdd21c sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Mon Jan 15 07:59:48 2018 +0000
+++ b/sys/arch/x86/include/specialreg.h Mon Jan 15 08:17:20 2018 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index