Searched refs:VMALLOC_OFFSET (Results 1 – 7 of 7) sorted by relevance
82 #define VMALLOC_OFFSET (8*1024*1024) macro83 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
59 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro60 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
124 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro126 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))128 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
48 #define VMALLOC_OFFSET (__va_space) macro49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
62 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)64 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET)
39 #define VMALLOC_OFFSET (8*1024*1024) macro40 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
127 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()