OOStuBS - Technische Informatik II (TI-II)  2.4
Klassen | Funktionen | Variablen
exceptions.cc-Dateireferenz

Interrupt-Behandlungsfunktionen. Mehr ...

#include "object/imanager.h"
#include "object/kout.h"
#include "object/cpu.h"
#include "object/lock.h"
#include <stdint.h>
Include-Abhängigkeitsdiagramm für exceptions.cc:

gehe zum Quellcode dieser Datei

Klassen

struct  Exception

Funktionen

void exception (unsigned short slot, void **esp)
 Entry point for exceptions.
void printException (unsigned short slot, void **esp)

Variablen

static const Exception exceptions [32]

Ausführliche Beschreibung

Interrupt-Behandlungsfunktionen.

Definiert in Datei exceptions.cc.

Dokumentation der Funktionen

void exception ( unsigned short  slot,
void **  esp 
)

Entry point for exceptions.

Parameter
slotnumber of occurred exception
espvalue of stack pointer on entering of exception

Definiert in Zeile 110 der Datei exceptions.cc.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

void printException ( unsigned short  slot,
void **  esp 
)

Definiert in Zeile 66 der Datei exceptions.cc.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

Variablen-Dokumentation

const Exception exceptions[32]
static

Definiert in Zeile 29 der Datei exceptions.cc.