Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
mem_map.h File Reference
#include <mach/mem_map.h>

Go to the source code of this file.

Macros

#define COREMMR_BASE   0xFFE00000
 
#define SYSMMR_BASE   0xFFC00000
 
#define L1_SCRATCH_START   0xFFB00000
 
#define L1_SCRATCH_LENGTH   0x1000
 
#define L2_START   0
 
#define L2_LENGTH   0
 
#define L1_ROM_START   0
 
#define L1_ROM_LENGTH   0
 
#define GET_PDA_SAFE(preg)
 
#define GET_PDA(preg, dreg)   GET_PDA_SAFE(preg)
 

Macro Definition Documentation

#define COREMMR_BASE   0xFFE00000

Definition at line 15 of file mem_map.h.

#define GET_PDA (   preg,
  dreg 
)    GET_PDA_SAFE(preg)

Definition at line 44 of file mem_map.h.

#define GET_PDA_SAFE (   preg)
Value:
preg.l = _cpu_pda; \
preg.h = _cpu_pda;

Definition at line 41 of file mem_map.h.

#define L1_ROM_LENGTH   0

Definition at line 36 of file mem_map.h.

#define L1_ROM_START   0

Definition at line 35 of file mem_map.h.

#define L1_SCRATCH_LENGTH   0x1000

Definition at line 24 of file mem_map.h.

#define L1_SCRATCH_START   0xFFB00000

Definition at line 23 of file mem_map.h.

#define L2_LENGTH   0

Definition at line 30 of file mem_map.h.

#define L2_START   0

Definition at line 29 of file mem_map.h.

#define SYSMMR_BASE   0xFFC00000

Definition at line 18 of file mem_map.h.