taglinefilesource code
VMALLOC_START35include/asm-alpha/pgtable.h#define VMALLOC_START    0xFFFFFE0000000000
VMALLOC_START46include/asm-i386/pgtable.h#define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
VMALLOC_START36include/asm-sparc/pgtable.h#define VMALLOC_START vmalloc_start()