taglinefilesource code
VMALLOC_OFFSET137arch/i386/kernel/traps.cmodule_start = ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1));
VMALLOC_OFFSET146arch/mips/kernel/traps.cmodule_start = ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1));
VMALLOC_OFFSET46include/asm-i386/pgtable.h#define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))