• 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
  • Betriebssysteme
    • Vorlesung
      • Folien
    • Übung
      • Seminar
      • Aufgaben
      • Aufgabe 0: C++ Streams
        • Aufgabe 1: Ein-/Ausgabe
          • Aufgabe 2: Unterbrechungen
            • Aufgabe 3: Pro-/Epilog
              • Aufgabe 4: Kontextwechsel
                • Aufgabe 5: Zeitscheiben
                  • Aufgabe 6: Synchronisation
                    • Aufgabe 7: Anwendung
                      • Assembler Crashkurs
                        • C++ Crashkurs
                          • Entwicklungsumgebung
                            • FAQ
                              • Ruhmeshalle
                              • Evaluation

                              Aufgabe 5: Zeitscheiben

                              • machine
                              Namespaces | Functions | Constants
                              core.h File Reference

                              Access to internals of a CPU Core. More...

                              #include "types.h"
                              #include "machine/core_cr.h"
                              #include "machine/core_interrupt.h"
                              #include "machine/core_msr.h"
                              + Include dependency graph for core.h:
                              + This graph shows which files directly or indirectly include this file:

                              Namespaces

                               Core
                               Implements an abstraction for CPU internals.
                               

                              Functions

                              unsigned Core::getID ()
                               Get the ID of the current CPU core using LAPIC::getID() with an internal lookup table. More...
                               
                              void Core::init ()
                               Initialize this CPU core. More...
                               
                              void Core::exit ()
                               Deinitialize this CPU core. More...
                               
                              unsigned Core::count ()
                               Get number of available CPU cores. More...
                               
                              unsigned Core::countOnline ()
                               Get number of successfully started (and currently active) CPU cores. More...
                               
                              bool Core::isOnline (uint8_t core_id)
                               Check if CPU core is currently active. More...
                               
                              void Core::pause ()
                               Gives the core a hint that it is executing a spinloop and should sleep "shortly". More...
                               
                              void Core::idle ()
                               Halt the CPU core until the next interrupt. More...
                               
                              void Core::die ()
                               Permanently halts the core. More...
                               

                              Constants

                              const unsigned Core::MAX = 8
                               Maximum number of supported CPUs.
                               

                              Detailed Description

                              Access to internals of a CPU Core.

                              Friedrich-Alexander-Universität
                              Erlangen-Nürnberg

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