* [PATCH] new machine check MSRs
@ 2007-10-23 15:07 Christoph Egger
0 siblings, 0 replies; only message in thread
From: Christoph Egger @ 2007-10-23 15:07 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 579 bytes --]
Hi!
Attached patch adds machine check MSRs introduced in AMD Family 0x10
(Barcelona).
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland
Registergericht Dresden: HRA 4896
vertretungsberechtigter Komplementär:
AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
Geschäftsführer der AMD Saxony LLC:
Dr. Hans-R. Deppe, Thomas McCoy
[-- Attachment #2: xen_msr.diff --]
[-- Type: text/plain, Size: 542 bytes --]
diff -r b28ae5f00553 xen/include/asm-x86/msr-index.h
--- a/xen/include/asm-x86/msr-index.h Tue Oct 23 09:26:43 2007 +0100
+++ b/xen/include/asm-x86/msr-index.h Tue Oct 23 17:03:09 2007 +0200
@@ -172,6 +172,11 @@
/* MSR_K8_VM_CR bits: */
#define _K8_VMCR_SVME_DISABLE 4
#define K8_VMCR_SVME_DISABLE (1 << _K8_VMCR_SVME_DISABLE)
+
+/* AMD Family10h machine check MSRs */
+#define MSR_F10_MC4_MISC1 0xC0000408
+#define MSR_F10_MC4_MISC2 0xC0000409
+#define MSR_F10_MC4_MISC3 0xC000040A
/* K6 MSRs */
#define MSR_K6_EFER 0xc0000080
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-23 15:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-23 15:07 [PATCH] new machine check MSRs Christoph Egger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.