taglinefilesource code
memory_start52arch/alpha/kernel/setup.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start54arch/alpha/kernel/setup.creturn memory_start;
memory_start172arch/i386/kernel/bios32.cstatic unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end)
memory_start218arch/i386/kernel/bios32.creturn memory_start;
memory_start741arch/i386/kernel/bios32.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start785arch/i386/kernel/bios32.creturn memory_start;
memory_start791arch/i386/kernel/bios32.cmemory_start = pcibios_init (memory_start, memory_end);
memory_start795arch/i386/kernel/bios32.creturn memory_start;
memory_start80arch/i386/kernel/setup.cunsigned long memory_start, memory_end;
memory_start97arch/i386/kernel/setup.cmemory_start = (unsigned long) &end;
memory_start119arch/i386/kernel/setup.c*memory_start_p = memory_start;
memory_start106arch/sparc/kernel/process.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start108arch/sparc/kernel/process.creturn memory_start;
memory_start1975drivers/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_start1989drivers/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_start123init/main.cstatic unsigned long memory_start = 0;
memory_start369init/main.csetup_arch(&command_line, &memory_start, &memory_end);
memory_start370init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start377init/main.cprof_buffer = (unsigned long *) memory_start;
memory_start381init/main.cmemory_start += prof_len * sizeof(unsigned long);
memory_start383init/main.cmemory_start = console_init(memory_start,memory_end);
memory_start384init/main.cmemory_start = bios32_init(memory_start,memory_end);
memory_start385init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start389init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_start390init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_start393init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_start396init/main.cmemory_start = net_dev_init(memory_start,memory_end);
memory_start398init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start399init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start400init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start401init/main.cmem_init(memory_start,memory_end);