VMALLOC_OFFSET 43 arch/arm/include/asm/pgtable.h #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) VMALLOC_OFFSET 1134 arch/arm/mm/mmu.c (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET); VMALLOC_OFFSET 62 arch/hexagon/include/asm/mem-layout.h #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) VMALLOC_OFFSET 102 arch/m68k/include/asm/pgtable_mm.h #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) VMALLOC_OFFSET 191 arch/powerpc/include/asm/book3s/32/pgtable.h #define VMALLOC_START ((_ALIGN((long)high_memory, 256L << 20) + VMALLOC_OFFSET) & \ VMALLOC_OFFSET 192 arch/powerpc/include/asm/book3s/32/pgtable.h ~(VMALLOC_OFFSET - 1)) VMALLOC_OFFSET 194 arch/powerpc/include/asm/book3s/32/pgtable.h #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) VMALLOC_OFFSET 113 arch/powerpc/include/asm/nohash/32/pgtable.h #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) VMALLOC_OFFSET 115 arch/powerpc/include/asm/nohash/32/pgtable.h #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) VMALLOC_OFFSET 46 arch/um/include/asm/pgtable.h #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) VMALLOC_OFFSET 33 arch/unicore32/include/asm/pgtable.h #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \ VMALLOC_OFFSET 34 arch/unicore32/include/asm/pgtable.h & ~(VMALLOC_OFFSET-1)) VMALLOC_OFFSET 36 arch/x86/include/asm/pgtable_32_types.h #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) VMALLOC_OFFSET 83 arch/x86/mm/pgtable_32.c __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET;