• 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
      • Embedded Systems Software
      • 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 2025/26
      • Systemprogrammierung 2
      • Betriebssysteme
      • Middleware – Cloud Computing
      • Echtzeitsysteme
      • Virtuelle Maschinen
      • Web-basierte Systeme
      • Projekt angewandte Systemsoftwaretechnik
      • Aktuelle Entwicklung in Verteilten und Objektorientierten Betriebssystemen (für Bachelor-/Masterarbeit)
    Portal Lehre
  • Examensarbeiten
  1. Startseite
  2. Extern

Extern

Bereichsnavigation: Lehre
  • Betriebssysteme
    • Vorlesung
      • Folien
    • Übung
      • Seminar
      • Aufgaben
      • Aufgabe 0: C++ Streams
        • Aufgabe 1: Ein-/Ausgabe
          • Assembler Crashkurs
            • C++ Crashkurs
              • Entwicklungsumgebung
                • FAQ
                  • Ruhmeshalle

                Aufgabe 1: Ein-/Ausgabe

                • machine
                Namespaces | Functions
                lapic.h File Reference

                LAPIC abstracts access to the Local APIC More...

                #include "types.h"
                + Include dependency graph for lapic.h:

                Namespaces

                namespace  LAPIC
                 Abstracts the local APIC (which is integrated into every CPU core)
                 
                namespace  LAPIC::IPI
                 Inter-Processor Interrupts.
                 
                namespace  LAPIC::Timer
                 Local Timer (for each LAPIC / CPU)
                 

                Functions

                void LAPIC::init (uint8_t logical_id)
                 Initialized the local APIC of the calling CPU core and sets the logical LAPIC ID in the LDR register. More...
                 
                void LAPIC::endOfInterrupt ()
                 Signalize EOI (End of interrupt) More...
                 
                uint8_t LAPIC::getID ()
                 Get the ID of the current core's LAPIC. More...
                 
                uint8_t LAPIC::getLogicalID ()
                 Get the Logical ID of the current core's LAPIC. More...
                 
                void LAPIC::setLogicalID (uint8_t id)
                 Set the Logical ID of the current core's LAPIC. More...
                 
                uint8_t LAPIC::getVersion ()
                 Get version number of local APIC. More...
                 
                bool LAPIC::IPI::isDelivered ()
                 Check if the previously sent IPI has reached its destination. More...
                 
                void LAPIC::IPI::send (uint8_t destination, uint8_t vector)
                 Send an Inter-Processor Interrupt (IPI) More...
                 
                void LAPIC::IPI::sendGroup (uint8_t logical_destination, uint8_t vector)
                 Send an Inter-Processor Interrupt (IPI) to a group of processors. More...
                 
                void LAPIC::IPI::sendAll (uint8_t vector)
                 Send an Inter-Processor Interrupt (IPI) to all processors (including self) More...
                 
                void LAPIC::IPI::sendOthers (uint8_t vector)
                 Send an Inter-Processor Interrupt (IPI) to all other processors (all but self) More...
                 
                void LAPIC::IPI::sendInit (bool assert=true)
                 Send an INIT request IPI to all other processors. More...
                 
                void LAPIC::IPI::sendStartup (uint8_t vector)
                 Send an Startup IPI to all other processors. More...
                 
                uint32_t LAPIC::Timer::ticks (void)
                 Determines the LAPIC timer frequency. More...
                 
                void LAPIC::Timer::set (uint32_t counter, uint8_t divide, uint8_t vector, bool periodic, bool masked=false)
                 Set the LAPIC timer. More...
                 

                Detailed Description

                LAPIC abstracts access to the Local APIC

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

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