19#ifndef __ARM64_KERNEL_H
20#define __ARM64_KERNEL_H
22#include <FreeNOS/Kernel.h>
23#include <FreeNOS/Process.h>
ARM64 exception handling functionality.
Represents the ARM64 kernel implementation.
static void trap(volatile CPUState &state)
Software trap routine.
static void SyncExceptionEL0(volatile CPUState state)
Synchronous exceptions from EL0.
static void FatalHandler(volatile CPUState state)
Fatal errors.
static void SyncExceptionEL1(volatile CPUState state)
Synchronous exceptions from EL1.
ARM64Exception m_exception
ARM64 exception handling subsystem.
FreeNOS kernel implementation.
Contains all the CPU registers.
Per-Core information structure.