RTEMS  5.1
Functions
cpu.c File Reference

ARM architecture support implementation. More...

#include <rtems/score/assert.h>
#include <rtems/score/cpu.h>
#include <rtems/score/thread.h>
#include <rtems/score/tls.h>

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.