tag | line | file | source code |
memory_start | 1895 | drivers/scsi/scsi.c | unsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end) |
memory_start | 1908 | 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 | 138 | init/main.c | static unsigned long memory_start = 0; /* After mem_init, stores the */ |
memory_start | 426 | init/main.c | memory_start = (unsigned long) &end; |
memory_start | 429 | init/main.c | memory_start = 1024*1024; |
memory_start | 433 | init/main.c | memory_start = paging_init(memory_start,memory_end); |
memory_start | 442 | init/main.c | prof_buffer = (unsigned long *) memory_start; |
memory_start | 446 | init/main.c | memory_start += prof_len * sizeof(unsigned long); |
memory_start | 448 | init/main.c | memory_start = console_init(memory_start,memory_end); |
memory_start | 449 | init/main.c | memory_start = bios32_init(memory_start,memory_end); |
memory_start | 450 | init/main.c | memory_start = kmalloc_init(memory_start,memory_end); |
memory_start | 454 | init/main.c | memory_start = chr_dev_init(memory_start,memory_end); |
memory_start | 455 | init/main.c | memory_start = blk_dev_init(memory_start,memory_end); |
memory_start | 458 | init/main.c | memory_start = scsi_dev_init(memory_start,memory_end); |
memory_start | 461 | init/main.c | memory_start = net_dev_init(memory_start,memory_end); |
memory_start | 463 | init/main.c | memory_start = inode_init(memory_start,memory_end); |
memory_start | 464 | init/main.c | memory_start = file_table_init(memory_start,memory_end); |
memory_start | 465 | init/main.c | memory_start = name_cache_init(memory_start,memory_end); |
memory_start | 466 | init/main.c | mem_init(low_memory_start,memory_start,memory_end); |
memory_start | 142 | kernel/bios32.c | static unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 188 | kernel/bios32.c | return memory_start; |
memory_start | 412 | kernel/bios32.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 456 | kernel/bios32.c | return memory_start; |
memory_start | 462 | kernel/bios32.c | memory_start = pcibios_init (memory_start, memory_end); |
memory_start | 465 | kernel/bios32.c | return memory_start; |