RTEMS
|
LEON3 SMP BSP Support. More...
#include <bsp.h>
#include <bsp/bootcard.h>
#include <bsp/fatal.h>
#include <leon.h>
#include <rtems/bspIo.h>
#include <rtems/score/smpimpl.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
uint32_t | _CPU_SMP_Get_current_processor (void) |
static rtems_isr | bsp_inter_processor_interrupt (rtems_vector_number vector) |
void | bsp_start_on_secondary_processor (Per_CPU_Control *cpu_self) |
Standard start routine for secondary processors. More... | |
uint32_t | _CPU_SMP_Initialize (void) |
bool | _CPU_SMP_Start_processor (uint32_t cpu_index) |
void | _CPU_SMP_Finalize_initialization (uint32_t cpu_count) |
void | _CPU_SMP_Prepare_start_multitasking (void) |
void | _CPU_SMP_Send_interrupt (uint32_t target_processor_index) |
LEON3 SMP BSP Support.
Definition in file bspsmp.c.