tag | line | file | source code |
memory_start | 158 | arch/i386/kernel/bios32.c | extern unsigned long check_pcibios(unsigned long memory_start, unsigned long memory_end) |
memory_start | 200 | arch/i386/kernel/bios32.c | return memory_start; |
memory_start | 401 | arch/i386/kernel/bios32.c | unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 450 | arch/i386/kernel/bios32.c | memory_start = check_pcibios (memory_start, memory_end); |
memory_start | 453 | arch/i386/kernel/bios32.c | return memory_start; |
memory_start | 84 | arch/i386/kernel/setup.c | unsigned long memory_start, memory_end; |
memory_start | 108 | arch/i386/kernel/setup.c | memory_start = (unsigned long) &_end; |
memory_start | 144 | arch/i386/kernel/setup.c | *memory_start_p = memory_start; |
memory_start | 4 | arch/mips/kernel/bios32.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 6 | arch/mips/kernel/bios32.c | return memory_start; |
memory_start | 73 | arch/mips/kernel/setup.c | unsigned long memory_start, memory_end; |
memory_start | 90 | arch/mips/kernel/setup.c | memory_start = (unsigned long) &end - KERNELBASE; |
memory_start | 112 | arch/mips/kernel/setup.c | *memory_start_p = memory_start; |
memory_start | 52 | arch/sparc/kernel/setup.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 54 | arch/sparc/kernel/setup.c | return memory_start; |
memory_start | 38 | include/linux/bios32.h | extern unsigned long pcibios_init (unsigned long memory_start, |
memory_start | 40 | include/linux/bios32.h | extern unsigned long pcibios_fixup (unsigned long memory_start, |
memory_start | 113 | init/main.c | static unsigned long memory_start = 0; |
memory_start | 503 | init/main.c | setup_arch(&command_line, &memory_start, &memory_end); |
memory_start | 504 | init/main.c | memory_start = paging_init(memory_start,memory_end); |
memory_start | 520 | init/main.c | prof_buffer = (unsigned long *) memory_start; |
memory_start | 524 | init/main.c | memory_start += prof_len * sizeof(unsigned long); |
memory_start | 526 | init/main.c | memory_start = console_init(memory_start,memory_end); |
memory_start | 528 | init/main.c | memory_start = pci_init(memory_start,memory_end); |
memory_start | 530 | init/main.c | memory_start = kmalloc_init(memory_start,memory_end); |
memory_start | 533 | init/main.c | memory_start = inode_init(memory_start,memory_end); |
memory_start | 534 | init/main.c | memory_start = file_table_init(memory_start,memory_end); |
memory_start | 535 | init/main.c | memory_start = name_cache_init(memory_start,memory_end); |
memory_start | 537 | init/main.c | memory_start += rd_init(memory_start, ramdisk_size*1024); |
memory_start | 538 | init/main.c | mem_init(memory_start,memory_end); |