RTEMS CPU Kit with SuperCore  4.11.3
Functions
cpu.c File Reference

ARM architecture support implementation. More...

#include <rtems/system.h>
#include <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>
#include <rtems/score/thread.h>
#include <rtems/score/tls.h>
#include <rtems/score/cpu.h>
Include dependency graph for cpu.c:

Functions

 RTEMS_STATIC_ASSERT (sizeof(CPU_Exception_frame)==ARM_EXCEPTION_FRAME_SIZE, ARM_EXCEPTION_FRAME_SIZE)
 
 RTEMS_STATIC_ASSERT (sizeof(CPU_Exception_frame) % CPU_STACK_ALIGNMENT==0, CPU_Exception_frame_alignment)
 
 RTEMS_STATIC_ASSERT (offsetof(CPU_Exception_frame, register_sp)==ARM_EXCEPTION_FRAME_REGISTER_SP_OFFSET, ARM_EXCEPTION_FRAME_REGISTER_SP_OFFSET)
 
 RTEMS_STATIC_ASSERT (sizeof(ARM_VFP_context)==ARM_VFP_CONTEXT_SIZE, ARM_VFP_CONTEXT_SIZE)
 

Detailed Description

ARM architecture support implementation.