Searched refs:VMALLOC_OFFSET (Results 1 – 10 of 10) sorted by relevance
101 #define VMALLOC_OFFSET (8*1024*1024) macro102 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
30 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro36 #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
111 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro113 … 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)))
185 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro193 #define VMALLOC_START ((_ALIGN((long)high_memory, 256L << 20) + VMALLOC_OFFSET) & \194 ~(VMALLOC_OFFSET - 1))196 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
32 #define VMALLOC_OFFSET SZ_8M macro33 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \34 & ~(VMALLOC_OFFSET-1))
83 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
45 #define VMALLOC_OFFSET (__va_space) macro46 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
51 #define VMALLOC_OFFSET (8*1024*1024) macro52 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
1155 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);