tag | line | file | source code |
---|---|---|---|
VMALLOC_OFFSET | 139 | arch/i386/kernel/traps.c | module_start = ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)); |
VMALLOC_OFFSET | 192 | include/asm-i386/pgtable.h | #define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) |
VMALLOC_OFFSET | 104 | include/asm-ppc/pgtable.h | #define VMALLOC_START ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) |