RTEMS  5.1
Macros | Functions | Variables
ppc_exc_initialize.c File Reference

PowerPC Exceptions implementation. More...

#include <rtems.h>
#include <bsp/vectors.h>
#include <bsp/fatal.h>

Macros

#define MTIVPR(prefix)   __asm__ volatile ("mtivpr %0" : : "r" (prefix))
 
#define MTIVOR(x, vec)   __asm__ volatile ("mtivor"#x" %0" : : "r" (vec))
 

Functions

void ppc_exc_initialize_with_vector_base (uintptr_t interrupt_stack_begin, void *vector_base)
 Initializes the exception handling. More...
 

Variables

uint32_t ppc_exc_cache_wb_check = 1
 Cache write back check flag. More...
 

Detailed Description

PowerPC Exceptions implementation.