Implementation of interrupt handling functions. More...
#include <stdint.h>
#include <kernel/printk.h>
#include <kernel/mmio.h>
#include <kernel/uart.h>
#include <kernel/timer.h>
#include <peripherals/irq.h>
#include <peripherals/aux.h>
Functions | |
void | enable_interrupt_controller () |
void | show_invalid_entry_message (int type, uint64_t esr, uint64_t address) |
void | handle_irq () |
Variables | |
const char | entry_error_messages [16][32] |
Implementation of interrupt handling functions.
void show_invalid_entry_message | ( | int | type, |
uint64_t | esr, | ||
uint64_t | address | ||
) |
const char entry_error_messages[16][32] |
String array, for the invalid exception type messages.