Searched refs:VMALLOC_OFFSET (Results 1 – 8 of 8) sorted by relevance
97 #define VMALLOC_OFFSET PAGE_SIZE macro98 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))108 #define VMALLOC_OFFSET (8*1024*1024) macro109 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
103 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro105 …e VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))107 #define VMALLOC_START ((((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)
62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))65 #define VMALLOC_OFFSET PAGE_SIZE macro
50 #define VMALLOC_OFFSET (8*1024*1024) macro51 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
188 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
82 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
100 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the103 VMALLOC_OFFSET