Searched refs:VMALLOC_OFFSET (Results 1 – 10 of 10) sorted by relevance
82 #define VMALLOC_OFFSET (8*1024*1024) macro83 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
97 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro99 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))101 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
27 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
34 #define VMALLOC_OFFSET SZ_8M macro35 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \36 & ~(VMALLOC_OFFSET-1))
62 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)64 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET)
48 #define VMALLOC_OFFSET (__va_space) macro49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
40 #define VMALLOC_OFFSET (8*1024*1024) macro41 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
112 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
97 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the100 VMALLOC_OFFSET
94 #define VMALLOC_OFFSET (8UL * 1024 * 1024) macro98 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro