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