RTEMS
5.0.0
|
MIPS 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_Set_level (uint32_t new_level) |
Sets the interrupt level for the executing thread. More... | |
void | _CPU_Context_Initialize (Context_Control *the_context, uintptr_t *stack_base, uint32_t size, uint32_t new_level, void *entry_point, bool is_fp, void *tls_area) |
void * | _CPU_Thread_Idle_body (uintptr_t ignored) |
Variables | |
ESF_PTR_TYPE | __exceptionStackFrame = 0 |
MIPS CPU Dependent Source.