tag | line | file | source code |
---|---|---|---|
VMALLOC_START | 35 | include/asm-alpha/pgtable.h | #define VMALLOC_START 0xFFFFFE0000000000 |
VMALLOC_START | 40 | include/asm-i386/pgtable.h | #define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) |
VMALLOC_START | 36 | include/asm-sparc/pgtable.h | #define VMALLOC_START vmalloc_start() |