tag | line | file | source code |
module_start | 101 | arch/i386/kernel/traps.c | unsigned long *stack, addr, module_start, module_end; |
module_start | 137 | arch/i386/kernel/traps.c | module_start = ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)); |
module_start | 138 | arch/i386/kernel/traps.c | module_end = module_start + MODULE_RANGE; |
module_start | 151 | arch/i386/kernel/traps.c | ((addr >= module_start) && (addr <= module_end))) { |
module_start | 82 | arch/mips/kernel/traps.c | unsigned long *stack, addr, module_start, module_end; |
module_start | 146 | arch/mips/kernel/traps.c | module_start = ((high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)); |
module_start | 147 | arch/mips/kernel/traps.c | module_end = module_start + MODULE_RANGE; |
module_start | 160 | arch/mips/kernel/traps.c | ((addr >= module_start) && (addr <= module_end))) { |