Searched refs:VMALLOC_OFFSET (Results 1 – 11 of 11) sorted by relevance
101 #define VMALLOC_OFFSET (8*1024*1024) macro102 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
28 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro34 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))78 #define VMALLOC_OFFSET PAGE_SIZE macro
104 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro106 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))108 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
85 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro87 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))89 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
35 #define VMALLOC_OFFSET SZ_8M macro36 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \37 & ~(VMALLOC_OFFSET-1))
83 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
47 #define VMALLOC_OFFSET (__va_space) macro48 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
45 #define VMALLOC_OFFSET (8*1024*1024) macro46 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
96 #define VMALLOC_OFFSET (8UL * 1024 * 1024) macro100 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
1132 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);