RTEMS
5.0.0
|
No CPU Dependent Source. More...
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) |
No CPU Dependent Source.