tag | line | file | source code |
memory_start | 146 | arch/i386/kernel/bios32.c | static unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 192 | arch/i386/kernel/bios32.c | return memory_start; |
memory_start | 583 | arch/i386/kernel/bios32.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 627 | arch/i386/kernel/bios32.c | return memory_start; |
memory_start | 633 | arch/i386/kernel/bios32.c | memory_start = pcibios_init (memory_start, memory_end); |
memory_start | 637 | arch/i386/kernel/bios32.c | return memory_start; |
memory_start | 1915 | drivers/scsi/scsi.c | unsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end) |
memory_start | 1928 | drivers/scsi/scsi.c | scsi_init_memory_start = memory_start; |
memory_start | 25 | include/linux/bios32.h | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end); |
memory_start | 139 | init/main.c | static unsigned long memory_start = 0; /* After mem_init, stores the */ |
memory_start | 432 | init/main.c | memory_start = (unsigned long) &end; |
memory_start | 435 | init/main.c | memory_start = 1024*1024; |
memory_start | 439 | init/main.c | memory_start = paging_init(memory_start,memory_end); |
memory_start | 448 | init/main.c | prof_buffer = (unsigned long *) memory_start; |
memory_start | 452 | init/main.c | memory_start += prof_len * sizeof(unsigned long); |
memory_start | 454 | init/main.c | memory_start = console_init(memory_start,memory_end); |
memory_start | 455 | init/main.c | memory_start = bios32_init(memory_start,memory_end); |
memory_start | 456 | init/main.c | memory_start = kmalloc_init(memory_start,memory_end); |
memory_start | 460 | init/main.c | memory_start = chr_dev_init(memory_start,memory_end); |
memory_start | 461 | init/main.c | memory_start = blk_dev_init(memory_start,memory_end); |
memory_start | 464 | init/main.c | memory_start = scsi_dev_init(memory_start,memory_end); |
memory_start | 467 | init/main.c | memory_start = net_dev_init(memory_start,memory_end); |
memory_start | 469 | init/main.c | memory_start = inode_init(memory_start,memory_end); |
memory_start | 470 | init/main.c | memory_start = file_table_init(memory_start,memory_end); |
memory_start | 471 | init/main.c | memory_start = name_cache_init(memory_start,memory_end); |
memory_start | 472 | init/main.c | mem_init(low_memory_start,memory_start,memory_end); |