RTEMS
5.0.0
|
#include <rtems.h>
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
#include <rtems/bspIo.h>
#include <bsp/irq-generic.h>
Data Structures | |
struct | regdef |
Functions | |
void | _CPU_Exception_frame_print (const CPU_Exception_frame *frame) |
Prints the exception frame via printk(). More... | |
void | mips_vector_exceptions (CPU_Interrupt_frame *frame) |
Common Code for Vectoring MIPS Exceptions
The actual decoding of the cause register and vector number assignment is CPU model specific.