Include dependency graph for main.c:
Go to the source code of this file.
Defines | |
#define | CONFIG_STACK_SIZE ((1<<STACK_FRAMES)*STACK_SIZE) |
Functions | |
void | main_bsp (void) |
void | main_ap (void) |
static void | main_bsp_separated_stack (void) |
static void | main_ap_separated_stack (void) |
Variables | |
config_t | config |
init_t | init |
context_t | ctx |
__address | hardcoded_load_address = 0 |
size_t | hardcoded_ktext_size = 0 |
size_t | hardcoded_kdata_size = 0 |
The bootstrap processor starts executing main_bsp() while the application processors start executing main_ap().
Definition in file main.c.