RTEMS
5.0.0
|
PowerPC Exceptions implementation. More...
#include <bsp/vectors.h>
#include <rtems/score/thread.h>
#include <rtems/score/threaddispatch.h>
#include <inttypes.h>
Data Structures | |
struct | LRFrameRec_ |
Macros | |
#define | GET_GPR(gpr) (gpr) |
#define | STACK_CLAMP 50 /* in case we have a corrupted bottom */ |
Typedefs | |
typedef struct LRFrameRec_ | LRFrameRec |
typedef struct LRFrameRec_ * | LRFrame |
Functions | |
void | BSP_printStackTrace (const BSP_Exception_frame *excPtr) |
void | _CPU_Exception_frame_print (const CPU_Exception_frame *excPtr) |
Prints the exception frame via printk(). More... | |
Variables | |
uint32_t(* | ppc_exc_get_DAR )(void) = ppc_exc_get_DAR_dflt |
Function for DAR access. More... | |
PowerPC Exceptions implementation.