RTEMS  5.0.0
Functions
cpu.c File Reference

No CPU Dependent Source. More...

#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>

Functions

void _CPU_Initialize (void)
 CPU initialization. More...
 
uint32_t _CPU_ISR_Get_level (void)
 Returns the interrupt level of the executing thread. More...
 
void _CPU_ISR_install_raw_handler (uint32_t vector, CPU_ISR_raw_handler new_handler, CPU_ISR_raw_handler *old_handler)
 SPARC specific raw ISR installer. More...
 
void _CPU_ISR_install_vector (uint32_t vector, CPU_ISR_handler new_handler, CPU_ISR_handler *old_handler)
 SPARC specific RTEMS ISR installer. More...
 
void * _CPU_Thread_Idle_body (uintptr_t ignored)
 

Detailed Description

No CPU Dependent Source.