• Navigation überspringen
  • Zur Navigation
  • Zum Seitenende
Organisationsmenü öffnen Organisationsmenü schließen
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
  • FAUZur zentralen FAU Website
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Suche öffnen
  • English
  • Campo
  • StudOn
  • FAUdir
  • Stellenangebote
  • Lageplan
  • Hilfe im Notfall
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
Menu Menu schließen
  • Lehrstuhl
    • Team
    • Aktuelles
    • Kontakt und Anfahrt
    • Leitbild
    • 50-jähriges Jubiläum
    Portal Lehrstuhl
  • Forschung
    • Forschungsbereiche
      • Betriebssysteme
      • Confidential Computing
      • Eingebettete Systemsoftware
      • Verteilte Systeme
    • Projekte
      • AIMBOS
      • BALu
      • BFT2Chain
      • DOSS
      • Mirador
      • NEON
      • PAVE
      • ResPECT
      • Watwa
    • Projektkampagnen
      • maRE
    • Seminar
      • Systemsoftware
    Portal Forschung
  • Publikationen
  • Lehre
    • Sommersemester 2025
      • Applied Software Architecture
      • Ausgewählte Kapitel der Systemsoftware
      • Betriebssystemtechnik
      • Projekt angewandte Systemsoftwaretechnik
      • System-Level Programming
      • Systemnahe Programmierung in C
      • Systemprogrammierung 1
      • Verteilte Systeme
    • Wintersemester 2024/25
      • Betriebssysteme
      • Middleware – Cloud Computing
      • Systemprogrammierung 2
      • Verlässliche Echtzeitsysteme
      • Virtuelle Maschinen
      • Web-basierte Systeme
    Portal Lehre
  • Examensarbeiten
  1. Startseite
  2. Extern

Extern

Bereichsnavigation: Lehre
  • Betriebssystemtechnik
    • Vorlesung
      • Folien
      • Glossar
    • Übung
      • Aufgaben
      • Dokumentation
        • Blog
          • Entwicklungsumgebung
            • Assembler Crashkurs
              • C++ Crashkurs
                • 🔗 Testrechnerverwaltung
                • Kontakt
              • Evaluation

              C++ Crashkurs

              • Core
              • MSR
              Classes | Static Public Member Functions | List of all members
              Core::MSR< id > Class Template Reference

              Access to the Model-Specific Register (MSR) More...

              #include <machine/core_msr.h>

              Classes

              struct  uint64_parts.__unnamed17__
               

              Static Public Member Functions

              static uint64_t read ()
               Read the value of the current MSR. More...
               
              static void write (uint64_t value)
               Write a value into the current MSR. More...
               

              Detailed Description

              template<enum MSRs id>
              class Core::MSR< id >

              Access to the Model-Specific Register (MSR)

              See also
              ISDMv3, 9.4 Model-Specific Registers (MSRs)
              ISDMv4
              Template Parameters
              idID of the Model-Specific Register to access

              Class Documentation

              struct Core::MSR::uint64_parts.__unnamed17__
              template<enum MSRs id>
              struct Core::MSR< id >::uint64_parts.__unnamed17__
              Class Members
              uint32_t low
              uint32_t high

              Member Function Documentation

              template<enum MSRs id>
              static uint64_t Core::MSR< id >::read ( void  )
              inlinestatic

              Read the value of the current MSR.

              Returns
              Value stored in the MSR
              See also
              ISDMv2, Chapter 4. RDMSR - Read from Model Specific Register
              template<enum MSRs id>
              static void Core::MSR< id >::write ( uint64_t  value)
              inlinestatic

              Write a value into the current MSR.

              Parameters
              valueValue to write into the MSR
              See also
              ISDMv2, Chapter 5. WRMSR - Write to Model Specific Register

              The documentation for this class was generated from the following file:
              • machine/core_msr.h
              Friedrich-Alexander-Universität
              Erlangen-Nürnberg

              Schlossplatz 4
              91054 Erlangen
              • Impressum
              • Datenschutz
              • Barrierefreiheit
              • Facebook
              • RSS Feed
              • Xing
              Nach oben