taglinefilesource code
memory_start1737drivers/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_start1750drivers/scsi/scsi.cscsi_init_memory_start = memory_start;
memory_start25include/linux/bios32.hunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end);
memory_start132init/main.cstatic unsigned long memory_start = 0;  /* After mem_init, stores the */
memory_start416init/main.cmemory_start = (unsigned long) &end;
memory_start419init/main.cmemory_start = 1024*1024;
memory_start423init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start432init/main.cprof_buffer = (unsigned long *) memory_start;
memory_start435init/main.cmemory_start += prof_len * sizeof(unsigned long);
memory_start437init/main.cmemory_start = console_init(memory_start,memory_end);
memory_start438init/main.cmemory_start = bios32_init(memory_start,memory_end);
memory_start439init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start440init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_start441init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_start445init/main.cmemory_start = net_dev_init(memory_start,memory_end);
memory_start448init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_start450init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start451init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start452init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start453init/main.cmem_init(low_memory_start,memory_start,memory_end);
memory_start151kernel/bios32.cstatic unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end)
memory_start197kernel/bios32.creturn memory_start;
memory_start421kernel/bios32.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start458kernel/bios32.creturn memory_start;
memory_start463kernel/bios32.cmemory_start = pcibios_init (memory_start, memory_end);
memory_start466kernel/bios32.creturn memory_start;