taglinefilesource code
memory_start1798drivers/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_start1811drivers/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_start136init/main.cstatic unsigned long memory_start = 0;  /* After mem_init, stores the */
memory_start510init/main.cmemory_start = (unsigned long) &end;
memory_start513init/main.cmemory_start = 1024*1024;
memory_start517init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start526init/main.cprof_buffer = (unsigned long *) memory_start;
memory_start529init/main.cmemory_start += prof_len * sizeof(unsigned long);
memory_start531init/main.cmemory_start = console_init(memory_start,memory_end);
memory_start532init/main.cmemory_start = bios32_init(memory_start,memory_end);
memory_start533init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start534init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_start535init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_start539init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_start542init/main.cmemory_start = net_dev_init(memory_start,memory_end);
memory_start544init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start545init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start546init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start547init/main.cmem_init(low_memory_start,memory_start,memory_end);
memory_start142kernel/bios32.cstatic unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end)
memory_start188kernel/bios32.creturn memory_start;
memory_start412kernel/bios32.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start456kernel/bios32.creturn memory_start;
memory_start462kernel/bios32.cmemory_start = pcibios_init (memory_start, memory_end);
memory_start465kernel/bios32.creturn memory_start;