tag | line | file | source code |
system_start | 44 | arch/alpha/boot/tools/build.c | unsigned long system_start, system_size; |
system_start | 47 | arch/alpha/boot/tools/build.c | system_start = START_ADDR; |
system_start | 58 | arch/alpha/boot/tools/build.c | system_start = BOOT_ADDR; |
system_start | 120 | arch/alpha/boot/tools/build.c | start = system_start; |
system_start | 152 | arch/alpha/boot/tools/build.c | if (start > system_start + system_size) { |
system_start | 157 | arch/alpha/boot/tools/build.c | unsigned long count = (system_start + system_size) - start; |