RTEMS CPU Kit with SuperCore  4.11.2
Functions
cpu_asm.c File Reference

No CPU Assembly File. More...

#include <rtems/system.h>
#include <rtems/score/cpu.h>
Include dependency graph for cpu_asm.c:

Functions

void _CPU_Context_save_fp (Context_Control_fp **fp_context_ptr)
 This routine saves the floating point context passed to it. More...
 
void _CPU_Context_restore_fp (Context_Control_fp **fp_context_ptr)
 This routine restores the floating point context passed to it. More...
 
void _CPU_Context_switch (Context_Control *run, Context_Control *heir)
 CPU switch context. More...
 
void _CPU_Context_restore (Context_Control *new_context)
 This routine is generally used only to restart self in an efficient manner. More...
 
void _ISR_Handler (void)
 ISR interrupt dispatcher. More...
 

Detailed Description

No CPU Assembly File.