21#include <FreeNOS/Kernel.h>
22#include <FreeNOS/Process.h>
ARM exception handling functionality.
Represents the ARM kernel implementation.
static void undefinedInstruction(CPUState state)
Undefined instruction routine.
static void trap(CPUState state)
Software trap routine.
ARMException m_exception
ARM exception handling subsystem.
static void prefetchAbort(CPUState state)
Prefetch abort routine.
static void interrupt(CPUState state)
Interrupt handler routine.
static void dataAbort(CPUState state)
Data abort routine.
Interrupt controller interface.
FreeNOS kernel implementation.
Contains all the CPU registers.
Per-Core information structure.