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

Go to the source code of this file.

Macros

#define HSPEC_BASE   0x9000000000000000
 
#define IO_BASE   0x9200000000000000
 
#define MSPEC_BASE   0x9400000000000000
 
#define UNCAC_BASE   0x9600000000000000
 
#define TO_MSPEC(x)   (MSPEC_BASE | ((x) & TO_PHYS_MASK))
 
#define TO_HSPEC(x)   (HSPEC_BASE | ((x) & TO_PHYS_MASK))
 
#define HIGHMEM_START   (~0UL)
 

Macro Definition Documentation

#define HIGHMEM_START   (~0UL)

Definition at line 26 of file spaces.h.

#define HSPEC_BASE   0x9000000000000000

Definition at line 18 of file spaces.h.

#define IO_BASE   0x9200000000000000

Definition at line 19 of file spaces.h.

#define MSPEC_BASE   0x9400000000000000

Definition at line 20 of file spaces.h.

#define TO_HSPEC (   x)    (HSPEC_BASE | ((x) & TO_PHYS_MASK))

Definition at line 24 of file spaces.h.

#define TO_MSPEC (   x)    (MSPEC_BASE | ((x) & TO_PHYS_MASK))

Definition at line 23 of file spaces.h.

#define UNCAC_BASE   0x9600000000000000

Definition at line 21 of file spaces.h.