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 AMD OSVW MSRs



details:   https://anonhg.NetBSD.org/src/rev/e24e600b4187
branches:  trunk
changeset: 756568:e24e600b4187
user:      cegger <cegger%NetBSD.org@localhost>
date:      Sat Jul 24 08:02:46 2010 +0000

description:
add AMD OSVW MSRs

diffstat:

 sys/arch/x86/include/specialreg.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 355ecc37216e -r e24e600b4187 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Sat Jul 24 07:46:52 2010 +0000
+++ b/sys/arch/x86/include/specialreg.h Sat Jul 24 08:02:46 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.42 2010/07/06 20:50:35 cegger Exp $   */
+/*     $NetBSD: specialreg.h,v 1.43 2010/07/24 08:02:46 cegger Exp $   */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -450,6 +450,10 @@
 #define                BU_CFG_WBPFSMCCHKDIS    0x0000200000000000ULL
 #define                BU_CFG_WBENHWSBDIS      0x0001000000000000ULL
 
+/* AMD Family10h MSRs */
+#define        MSR_OSVW_ID_LENGTH              0xc0010140
+#define        MSR_OSVW_STATUS                 0xc0010141
+
 /*
  * Constants related to MTRRs
  */



Home | Main Index | Thread Index | Old Index