taglinefilesource code
memory_start273arch/alpha/kernel/lca.cbios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start297arch/alpha/kernel/lca.creturn memory_start;
memory_start46arch/alpha/kernel/setup.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start48arch/alpha/kernel/setup.creturn memory_start;
memory_start181arch/i386/kernel/bios32.cstatic unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end)
memory_start227arch/i386/kernel/bios32.creturn memory_start;
memory_start735arch/i386/kernel/bios32.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start783arch/i386/kernel/bios32.creturn memory_start;
memory_start789arch/i386/kernel/bios32.cmemory_start = pcibios_init (memory_start, memory_end);
memory_start793arch/i386/kernel/bios32.creturn memory_start;
memory_start81arch/i386/kernel/setup.cunsigned long memory_start, memory_end;
memory_start98arch/i386/kernel/setup.cmemory_start = (unsigned long) &end;
memory_start124arch/i386/kernel/setup.c*memory_start_p = memory_start;
memory_start4arch/mips/kernel/bios32.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start6arch/mips/kernel/bios32.creturn memory_start;
memory_start73arch/mips/kernel/setup.cunsigned long memory_start, memory_end;
memory_start90arch/mips/kernel/setup.cmemory_start = (unsigned long) &end - KERNELBASE;
memory_start112arch/mips/kernel/setup.c*memory_start_p = memory_start;
memory_start49arch/sparc/kernel/setup.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start51arch/sparc/kernel/setup.creturn memory_start;
memory_start1975drivers/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_start1990drivers/scsi/scsi.cscsi_init_memory_start = (memory_start + 15) & ~ 15;
memory_start26include/linux/bios32.hunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end);
memory_start97init/main.cstatic unsigned long memory_start = 0;
memory_start349init/main.csetup_arch(&command_line, &memory_start, &memory_end);
memory_start350init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start357init/main.cprof_buffer = (unsigned long *) memory_start;
memory_start361init/main.cmemory_start += prof_len * sizeof(unsigned long);
memory_start363init/main.cmemory_start = console_init(memory_start,memory_end);
memory_start364init/main.cmemory_start = bios32_init(memory_start,memory_end);
memory_start365init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start368init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_start369init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_start372init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_start375init/main.cmemory_start = net_dev_init(memory_start,memory_end);
memory_start377init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start378init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start379init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start380init/main.cmem_init(memory_start,memory_end);