.\" -*- coding: UTF-8 -*- .\" Copyright (c) 2009 Intel Corporation, Author Andi Kleen .\" Some sentences copied from comments in arch/x86/kernel/msr.c .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH MSR 4 "31. März 2009" Linux Linux\-Programmierhandbuch .SH BEZEICHNUNG msr \- Gerät für den Zugriff auf das MSR\-Register von x86\-CPUs .SH BESCHREIBUNG \fI/dev/cpu/CPUNUM/msr\fP bietet eine Schnittstelle zum Lesen und Schreiben der modellspezifischen Register (MSRs) von x86\-CPUs. \fICPUNUM\fP ist die Nummer der CPU, auf die zugegriffen wird und wird in \fI/proc/cpuinfo\fP angegeben. .PP Der Zugriff auf das Register erfolgt durch Öffnen der Datei, die Suche nach der MSR\-Nummer als Versatz (Offset) in der Datei und anschließendes Lesen oder Schreiben in Blöcken von 8 Byte. Eine E\-/A\-Übertragung von mehr als 8 Byte bedeutet mehrere Lese\- oder Schreibvorgänge desselben Registers. .PP Die Zugriffsrechte für die Datei erlauben nur dem Benutzer \fIroot\fP oder Mitgliedern der Gruppe \fIroot\fP das Lesen und Schreiben der Datei. .SH ANMERKUNGEN Der \fImsr\fP\-Treiber wird nicht automatisch geladen. Bei modularen Kerneln müssen Sie vielleicht den Treiber mit dem folgenden Befehl explizit laden, bevor er benutzt werden kann: .PP .in +4n .EX $ modprobe msr .EE .in .PP .SH "SIEHE AUCH" Intel Corporation: Intel 64 and IA\-32 Architectures Software Developer's Manual, Volume 3B, Appendix B bietet einen Überblick über die MSRs von Intel\-CPUs. .SH KOLOPHON Diese Seite ist Teil der Veröffentlichung 4.16 des Projekts Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet werden können sowie die aktuelle Version dieser Seite finden sich unter \%https://www.kernel.org/doc/man\-pages/. .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Martin Eberhard Schauer erstellt. Diese Übersetzung ist Freie Dokumentation; lesen Sie die GNU General Public License Version 3 oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an .