taglinefilesource code
VMALLOC_VMADDR36include/asm-alpha/pgtable.h#define VMALLOC_VMADDR(x)  ((unsigned long)(x))
VMALLOC_VMADDR47include/asm-i386/pgtable.h#define VMALLOC_VMADDR(x) (TASK_SIZE + (unsigned long)(x))
VMALLOC_VMADDR35include/asm-sparc/pgtable.h#define VMALLOC_VMADDR(x) ((unsigned long)(x))