RTEMS CPU Kit with SuperCore
4.11.3
|
M32R CPU Context Initialize. More...
Data Structures | |
struct | Starting_Frame |
Macros | |
#define | _get_r12(_r12) __asm__ volatile( "mv r12, %0" : "=r" (_r12)) |
Functions | |
void | _CPU_Context_Initialize (Context_Control *the_context, uint32_t *stack_base, uint32_t size, uint32_t new_level, void *entry_point, bool is_fp, void *tls_area) |
Initialize the context to a state suitable for starting a task after a context restore operation. More... | |
M32R CPU Context Initialize.