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

Go to the source code of this file.

Data Structures

struct  map_desc
 

Macros

#define MT_UNCACHED   4
 
#define MT_CACHECLEAN   5
 
#define MT_MINICLEAN   6
 
#define MT_LOW_VECTORS   7
 
#define MT_HIGH_VECTORS   8
 
#define MT_MEMORY   9
 
#define MT_ROM   10
 
#define MT_MEMORY_NONCACHED   11
 
#define MT_MEMORY_DTCM   12
 
#define MT_MEMORY_ITCM   13
 
#define MT_MEMORY_SO   14
 
#define MT_MEMORY_DMA_READY   15
 
#define iotable_init(map, num)   do { } while (0)
 
#define vm_reserve_area_early(a, s, c)   do { } while (0)
 

Macro Definition Documentation

#define iotable_init (   map,
  num 
)    do { } while (0)

Definition at line 51 of file map.h.

#define MT_CACHECLEAN   5

Definition at line 26 of file map.h.

#define MT_HIGH_VECTORS   8

Definition at line 29 of file map.h.

#define MT_LOW_VECTORS   7

Definition at line 28 of file map.h.

#define MT_MEMORY   9

Definition at line 30 of file map.h.

#define MT_MEMORY_DMA_READY   15

Definition at line 36 of file map.h.

#define MT_MEMORY_DTCM   12

Definition at line 33 of file map.h.

#define MT_MEMORY_ITCM   13

Definition at line 34 of file map.h.

#define MT_MEMORY_NONCACHED   11

Definition at line 32 of file map.h.

#define MT_MEMORY_SO   14

Definition at line 35 of file map.h.

#define MT_MINICLEAN   6

Definition at line 27 of file map.h.

#define MT_ROM   10

Definition at line 31 of file map.h.

#define MT_UNCACHED   4

Definition at line 25 of file map.h.

#define vm_reserve_area_early (   a,
  s,
  c 
)    do { } while (0)

Definition at line 52 of file map.h.