RTEMS CPU Kit with SuperCore  4.11.3
Macros
powerpc.h File Reference

IBM/Motorola Power Pc Definitions. More...

#include <rtems/score/types.h>
Include dependency graph for powerpc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CPU_NAME   "PowerPC"
 
#define CPU_MODEL_NAME   "Generic (classic FPU)"
 
#define PPC_ALIGNMENT   8
 
#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_HAS_DOUBLE   1
 
#define PPC_ASM_ELF   0
 
#define PPC_ASM   PPC_ASM_ELF
 

Detailed Description

IBM/Motorola Power Pc Definitions.

This file contains definitions for the IBM/Motorola PowerPC family members.