RTEMS
5.0.0
|
PowerPC Exceptions implementation. More...
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... | |
PowerPC Exceptions implementation.