taglinefilesource code
memory_start1739drivers/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_start1752drivers/scsi/scsi.cscsi_init_memory_start = memory_start;
memory_start25include/linux/bios32.hlong bios32_init (long memory_start, long memory_end);
memory_start131init/main.cstatic unsigned long memory_start = 0;  /* After mem_init, stores the */
memory_start396init/main.cmemory_start = (unsigned long) &end;
memory_start399init/main.cmemory_start = 1024*1024;
memory_start403init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start412init/main.cprof_buffer = (unsigned long *) memory_start;
memory_start415init/main.cmemory_start += prof_len * sizeof(unsigned long);
memory_start417init/main.cmemory_start = bios32_init(memory_start,memory_end);
memory_start418init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start419init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_start420init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_start429init/main.cmemory_start = net_dev_init(memory_start,memory_end);
memory_start432init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_start434init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start435init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start436init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start437init/main.cmem_init(low_memory_start,memory_start,memory_end);
memory_start96kernel/bios32.clong bios32_init (long memory_start, long memory_end) {
memory_start132kernel/bios32.cmemory_start = pcibios_init (memory_start, memory_end);
memory_start134kernel/bios32.creturn memory_start;
memory_start177kernel/bios32.cstatic long pcibios_init (long memory_start, long memory_end) {
memory_start224kernel/bios32.creturn memory_start;