taglinefilesource code
VMALLOC_START160include/asm-alpha/pgtable.h#define VMALLOC_START    0xFFFFFE0000000000
VMALLOC_START199include/asm-i386/pgtable.h#define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
VMALLOC_START89include/asm-m68k/pgtable.h#define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
VMALLOC_START82include/asm-mips/pgtable.h#define VMALLOC_START     KSEG2
VMALLOC_START104include/asm-ppc/pgtable.h#define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
VMALLOC_START68include/asm-sparc/pgtable.h#define VMALLOC_START vmalloc_start()