tag | line | file | source code |
memory_start | 1737 | drivers/scsi/scsi.c | unsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end) |
memory_start | 1750 | 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 | 132 | init/main.c | static unsigned long memory_start = 0; /* After mem_init, stores the */ |
memory_start | 416 | init/main.c | memory_start = (unsigned long) &end; |
memory_start | 419 | init/main.c | memory_start = 1024*1024; |
memory_start | 423 | init/main.c | memory_start = paging_init(memory_start,memory_end); |
memory_start | 432 | init/main.c | prof_buffer = (unsigned long *) memory_start; |
memory_start | 435 | init/main.c | memory_start += prof_len * sizeof(unsigned long); |
memory_start | 437 | init/main.c | memory_start = console_init(memory_start,memory_end); |
memory_start | 438 | init/main.c | memory_start = bios32_init(memory_start,memory_end); |
memory_start | 439 | init/main.c | memory_start = kmalloc_init(memory_start,memory_end); |
memory_start | 440 | init/main.c | memory_start = chr_dev_init(memory_start,memory_end); |
memory_start | 441 | init/main.c | memory_start = blk_dev_init(memory_start,memory_end); |
memory_start | 445 | init/main.c | memory_start = net_dev_init(memory_start,memory_end); |
memory_start | 448 | init/main.c | memory_start = scsi_dev_init(memory_start,memory_end); |
memory_start | 450 | init/main.c | memory_start = inode_init(memory_start,memory_end); |
memory_start | 451 | init/main.c | memory_start = file_table_init(memory_start,memory_end); |
memory_start | 452 | init/main.c | memory_start = name_cache_init(memory_start,memory_end); |
memory_start | 453 | init/main.c | mem_init(low_memory_start,memory_start,memory_end); |
memory_start | 151 | kernel/bios32.c | static unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 197 | kernel/bios32.c | return memory_start; |
memory_start | 421 | kernel/bios32.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 458 | kernel/bios32.c | return memory_start; |
memory_start | 463 | kernel/bios32.c | memory_start = pcibios_init (memory_start, memory_end); |
memory_start | 466 | kernel/bios32.c | return memory_start; |