RTEMS CPU Kit with SuperCore
4.11.3
|
MIPS CPU Dependent Source. More...
Functions | |
void | _CPU_Initialize (void) |
CPU initialization. More... | |
uint32_t | _CPU_ISR_Get_level (void) |
Return the current interrupt disable level for this task in the format used by the interrupt level portion of the task mode. More... | |
void | _CPU_ISR_Set_level (uint32_t new_level) |
Sets the interrupt level for the executing thread. More... | |
void | _CPU_Install_interrupt_stack (void) |
This routine installs the hardware interrupt stack pointer. 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) |
This routine is the CPU dependent IDLE thread body. More... | |
Variables | |
ESF_PTR_TYPE | __exceptionStackFrame = 0 |
MIPS CPU Dependent Source.