34#ifndef _RTEMS_SCORE_CPUIMPL_H
35#define _RTEMS_SCORE_CPUIMPL_H
37#include <rtems/score/cpu.h>
49#define CPU_PER_CPU_CONTROL_SIZE 0
51#define CPU_THREAD_LOCAL_STORAGE_VARIANT 10
59void _CPU_Context_volatile_clobber( uintptr_t pattern );
61void _CPU_Context_validate( uintptr_t pattern );
63static inline void _CPU_Instruction_illegal(
void )
65 __asm__
volatile (
".word 0" );
68static inline void _CPU_Instruction_no_operation(
void )
70 __asm__
volatile (
"l.nop" );
73static inline void _CPU_Use_thread_local_storage(
80static inline void *_CPU_Get_TLS_thread_pointer(
rtems_termios_device_context * context
Definition: console-config.c:62
Thread register context.
Definition: cpu.h:173