taglinefilesource code
VMALLOC_START10arch/sparc/mm/s4clow.h#define    VMALLOC_START  0xfe100000
VMALLOC_START103include/asm-alpha/pgtable.h#define VMALLOC_START    0xFFFFFE0000000000
VMALLOC_START192include/asm-i386/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_START54include/asm-sparc/pgtable.h#define VMALLOC_START vmalloc_start()