Searched refs:VMALLOC_OFFSET (Results 1 – 10 of 10) sorted by relevance
104 #define VMALLOC_OFFSET (8*1024*1024) macro105 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
14 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
111 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro113 …e VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))115 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))65 #define VMALLOC_OFFSET PAGE_SIZE macro
45 #define VMALLOC_OFFSET (__va_space) macro46 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
41 #define VMALLOC_OFFSET (8*1024*1024) macro42 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
82 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
187 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro189 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
100 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the103 VMALLOC_OFFSET
1124 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);