00001
00002 #define NO_MEM ((phys_clicks) 0)
00003
00004
00005 #define PAF_CLEAR 0x01
00006 #define PAF_CONTIG 0x02
00007 #define PAF_ALIGN64K 0x04
00008 #define PAF_LOWER16MB 0x08
00009 #define PAF_LOWER1MB 0x10
00010
00011
00012 #define AM_AUTO ((u32_t) -1)
00013
00014 #define CLICK2ABS(v) ((v) << CLICK_SHIFT)
00015 #define ABS2CLICK(a) ((a) >> CLICK_SHIFT)
00016
00017
00018 #define SANITYCHECKS 0
00019 #define VMSTATS 0
00020
00021
00022 #define VERBOSE 0
00023
00024
00025 #define MINSTACKREGION (64*1024*1024)
00026
00027
00028 #define SCL_NONE 0
00029 #define SCL_TOP 1
00030 #define SCL_FUNCTIONS 2
00031 #define SCL_DETAIL 3
00032 #define SCL_MAX 3
00033
00034
00035 #define VMP_SPARE 0
00036 #define VMP_PAGETABLE 1
00037 #define VMP_PAGEDIR 2
00038 #define VMP_SLAB 3
00039 #define VMP_CATEGORIES 4
00040
00041
00042 #define WMF_OVERWRITE 0x01
00043 #define WMF_WRITEFLAGSONLY 0x02
00044 #define WMF_FREE 0x04
00045 #define WMF_VERIFY 0x08
00046
00047 #define MAP_NONE 0xFFFFFFFE
00048