Go to the documentation of this file.
12 #ifndef __ASM_MACH_MAP_H
13 #define __ASM_MACH_MAP_H
18 unsigned long virtual;
26 #define MT_CACHECLEAN 5
27 #define MT_MINICLEAN 6
28 #define MT_LOW_VECTORS 7
29 #define MT_HIGH_VECTORS 8
32 #define MT_MEMORY_NONCACHED 11
33 #define MT_MEMORY_DTCM 12
34 #define MT_MEMORY_ITCM 13
35 #define MT_MEMORY_SO 14
36 #define MT_MEMORY_DMA_READY 15
51 #define iotable_init(map,num) do { } while (0)
52 #define vm_reserve_area_early(a,s,c) do { } while (0)