34#ifndef _RTEMS_SCORE_CPUIMPL_H
35#define _RTEMS_SCORE_CPUIMPL_H
37#include <rtems/score/cpu.h>
55#define CPU_PER_CPU_CONTROL_SIZE 0
73#define CPU_THREAD_LOCAL_STORAGE_VARIANT 10
111#define _CPU_Get_current_per_CPU_control() ( _CPU_Per_CPU_current )
121#define _CPU_Get_thread_executing() ( _CPU_Per_CPU_current->executing )
148void _CPU_Context_volatile_clobber( uintptr_t pattern );
165void _CPU_Context_validate( uintptr_t pattern );
172static inline void _CPU_Instruction_illegal(
void )
174 __asm__
volatile (
".word 0" );
182static inline void _CPU_Instruction_no_operation(
void )
184 __asm__
volatile (
"nop" );
197static inline void _CPU_Use_thread_local_storage(
212static inline void *_CPU_Get_TLS_thread_pointer(
#define RTEMS_NO_RETURN
Tells the compiler in a function declaration that this function does not return.
Definition: basedefs.h:386
uintptr_t CPU_Uint32ptr
Definition: cpu.h:557
#define NULL
Requests a GPIO pin group configuration.
Definition: xil_types.h:54
rtems_termios_device_context * context
Definition: console-config.c:62
The CPU specific per-CPU control.
Definition: cpuimpl.h:91
Thread register context.
Definition: cpu.h:169
Per CPU Core Structure.
Definition: percpu.h:384