![]() |
RTEMS 6.1-rc7
|
IBM/Motorola PowerPC Definitions. More...
#include <rtems/score/basedefs.h>
Go to the source code of this file.
Macros | |
#define | CPU_NAME "PowerPC" |
#define | CPU_MODEL_NAME "Generic (classic FPU)" |
#define | PPC_DEFAULT_CACHE_LINE_POWER 5 |
#define | PPC_DEFAULT_CACHE_LINE_SIZE (1 << PPC_DEFAULT_CACHE_LINE_POWER) |
#define | PPC_STRUCTURE_ALIGNMENT PPC_DEFAULT_CACHE_LINE_SIZE |
#define | PPC_ABI_SVR4 2 |
#define | PPC_ABI_EABI 3 |
#define | PPC_ABI PPC_ABI_EABI |
#define | PPC_STACK_ALIGN_POWER 4 |
#define | PPC_STACK_ALIGNMENT (1 << PPC_STACK_ALIGN_POWER) |
#define | PPC_HAS_FPU 1 |
#define | PPC_ALIGNMENT 8 |
#define | PPC_STACK_RED_ZONE_SIZE 0 |
#define | PPC_HAS_DOUBLE 1 |
#define | PPC_ASM_ELF 0 |
#define | PPC_ASM PPC_ASM_ELF |
IBM/Motorola PowerPC Definitions.
This file contains definitions for the IBM/Motorola PowerPC family members.