Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2018 10:44:18 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335976 - head/sys/x86/include
Message-ID:  <201807051044.w65AiIom063534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Jul  5 10:44:18 2018
New Revision: 335976
URL: https://svnweb.freebsd.org/changeset/base/335976

Log:
  Add a name for the MSR controlling standard extended features report on AMD.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/x86/include/specialreg.h

Modified: head/sys/x86/include/specialreg.h
==============================================================================
--- head/sys/x86/include/specialreg.h	Thu Jul  5 10:34:01 2018	(r335975)
+++ head/sys/x86/include/specialreg.h	Thu Jul  5 10:44:18 2018	(r335976)
@@ -1008,6 +1008,7 @@
 #define	MSR_SMM_MASK	0xc0010113	/* SMM TSEG address mask */
 #define	MSR_VM_CR	0xc0010114	/* SVM: feature control */
 #define	MSR_VM_HSAVE_PA 0xc0010117	/* SVM: host save area address */
+#define	MSR_AMD_CPUID07	0xc0011002	/* CPUID 07 %ebx override */
 #define	MSR_EXTFEATURES	0xc0011005	/* Extended CPUID Features override */
 #define	MSR_IC_CFG	0xc0011021	/* Instruction Cache Configuration */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807051044.w65AiIom063534>