RTEMS CPU Kit with SuperCore  4.11.3
Functions | Variables
smp.c File Reference

SMP Support. More...

#include <rtems/score/smpimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/score/threadimpl.h>
#include <rtems/config.h>
Include dependency graph for smp.c:

Functions

void _SMP_Handler_initialize (void)
 
void _SMP_Request_start_multitasking (void)
 
bool _SMP_Should_start_processor (uint32_t cpu_index)
 
void _SMP_Start_multitasking_on_secondary_processor (void)
 
void _SMP_Request_shutdown (void)
 
void _SMP_Send_message (uint32_t cpu_index, unsigned long message)
 
void _SMP_Send_message_broadcast (unsigned long message)
 
void _SMP_Send_message_multicast (const size_t setsize, const cpu_set_t *cpus, unsigned long message)
 

Variables

SMP_Test_message_handler _SMP_Test_message_handler
 

Detailed Description

SMP Support.