Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
fixmap.h File Reference

Go to the source code of this file.

Macros

#define TMPALIAS_MAP_START   ((__PAGE_OFFSET) - 16*1024*1024)
 
#define KERNEL_MAP_START   (GATEWAY_PAGE_SIZE)
 
#define KERNEL_MAP_END   (TMPALIAS_MAP_START)
 
#define PCXL_DMA_MAP_SIZE   (8*1024*1024)
 
#define VMALLOC_START   ((unsigned long)parisc_vmalloc_start)
 
#define VMALLOC_END   (KERNEL_MAP_END)
 

Variables

voidparisc_vmalloc_start
 

Macro Definition Documentation

#define KERNEL_MAP_END   (TMPALIAS_MAP_START)

Definition at line 21 of file fixmap.h.

#define KERNEL_MAP_START   (GATEWAY_PAGE_SIZE)

Definition at line 20 of file fixmap.h.

#define PCXL_DMA_MAP_SIZE   (8*1024*1024)

Definition at line 25 of file fixmap.h.

#define TMPALIAS_MAP_START   ((__PAGE_OFFSET) - 16*1024*1024)

Definition at line 16 of file fixmap.h.

#define VMALLOC_END   (KERNEL_MAP_END)

Definition at line 27 of file fixmap.h.

#define VMALLOC_START   ((unsigned long)parisc_vmalloc_start)

Definition at line 26 of file fixmap.h.

Variable Documentation

void* parisc_vmalloc_start