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 RDCL_NO and IBRS_ALL.
details: https://anonhg.NetBSD.org/src/rev/4ed9b622040c
branches: trunk
changeset: 321677:4ed9b622040c
user: maxv <maxv%NetBSD.org@localhost>
date: Fri Mar 30 19:49:49 2018 +0000
description:
Add RDCL_NO and IBRS_ALL.
diffstat:
sys/arch/x86/include/specialreg.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 762f918ca4c5 -r 4ed9b622040c sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Fri Mar 30 14:34:55 2018 +0000
+++ b/sys/arch/x86/include/specialreg.h Fri Mar 30 19:49:49 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: specialreg.h,v 1.119 2018/03/30 09:30:56 msaitoh Exp $ */
+/* $NetBSD: specialreg.h,v 1.120 2018/03/30 19:49:49 maxv Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -658,6 +658,8 @@
#define MSR_IA32_EXT_CONFIG 0x0ee /* Undocumented. Core Solo/Duo only */
#define MSR_MTRRcap 0x0fe
#define MSR_IA32_ARCH_CAPABILITIES 0x10a
+#define IA32_ARCH_RDCL_NO 0x01
+#define IA32_ARCH_IBRS_ALL 0x02
#define MSR_BBL_CR_ADDR 0x116 /* PII+ only */
#define MSR_BBL_CR_DECC 0x118 /* PII+ only */
#define MSR_BBL_CR_CTL 0x119 /* PII+ only */
Home |
Main Index |
Thread Index |
Old Index