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))
106 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro108 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))110 #define VMALLOC_START ((((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)
75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))78 #define VMALLOC_OFFSET PAGE_SIZE macro
35 #define VMALLOC_OFFSET SZ_8M macro36 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \37 & ~(VMALLOC_OFFSET-1))
47 #define VMALLOC_OFFSET (__va_space) macro48 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
86 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro87 #define VMALLOC_START ((((long)high_memory + 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))
83 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
97 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the100 VMALLOC_OFFSET
1132 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);