RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Macros | Variables

This header file provides interfaces to address problems caused by incompatible flavor of assemblers and toolsets. More...

#include <rtems/score/percpu.h>

Go to the source code of this file.

Macros

#define ASM
 
#define FUNCTION_ENTRY(name)
 
#define FUNCTION_END(name)    .size name, . - name
 
#define DEFINE_FUNCTION_AARCH64(name)    .align 8 ; .globl name ; name: ; .globl name ## _aarch64 ; name ## _aarch64:
 

Variables

macro GET_SELF_CPU_CONTROL REG ldr REG
 

Detailed Description

This header file provides interfaces to address problems caused by incompatible flavor of assemblers and toolsets.

This include file attempts to address the problems caused by incompatible flavors of assemblers and toolsets. It primarily addresses variations in the use of leading underscores on symbols and the requirement that register names be preceded by a %.

NOTE: The spacing in the use of these macros is critical to them working as advertised.