guardian.cc-Dateireferenz
Low-Level Interrupt-Behandlung. Mehr ...
#include "types.h"#include "guardian.h"#include "machine/plugbox.h"#include "machine/lapic.h"#include "object/debug.h"#include "guard/guard.h"
Include-Abhängigkeitsdiagramm für guardian.cc:

Funktionen | |
| void | guardian (uint32_t vector, cpu_context *context) |
| Low-Level Interrupt-Behandlung. Mehr ... | |
Variablen | |
| Plugbox | plugbox |
| LAPIC | lapic |
| Guard | guard |
Ausführliche Beschreibung
Low-Level Interrupt-Behandlung.
Dokumentation der Funktionen
| void guardian | ( | uint32_t | vector, |
| cpu_context * | context | ||
| ) |
Low-Level Interrupt-Behandlung.
Zentrale Unterbrechungsbehandlungsroutine des Systems.
- Parameter
-
vector gibt die Nummer des aufgetretenen Interrupts an.




