taglinefilesource code
memory_start158arch/i386/kernel/bios32.cextern unsigned long check_pcibios(unsigned long memory_start, unsigned long memory_end)
memory_start200arch/i386/kernel/bios32.creturn memory_start;
memory_start407arch/i386/kernel/bios32.cunsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end)
memory_start456arch/i386/kernel/bios32.cmemory_start = check_pcibios (memory_start, memory_end);
memory_start459arch/i386/kernel/bios32.creturn memory_start;
memory_start84arch/i386/kernel/setup.cunsigned long memory_start, memory_end;
memory_start108arch/i386/kernel/setup.cmemory_start = (unsigned long) &_end;
memory_start144arch/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_start50arch/ppc/kernel/setup.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start52arch/ppc/kernel/setup.creturn memory_start;
memory_start46arch/sparc/kernel/setup.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start48arch/sparc/kernel/setup.creturn memory_start;
memory_start38include/linux/bios32.hextern unsigned long pcibios_init (unsigned long memory_start,
memory_start40include/linux/bios32.hextern unsigned long pcibios_fixup (unsigned long memory_start,
memory_start116init/main.cstatic unsigned long memory_start = 0;
memory_start542init/main.csetup_arch(&command_line, &memory_start, &memory_end);
memory_start543init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start559init/main.cprof_buffer = (unsigned long *) memory_start;
memory_start563init/main.cmemory_start += prof_len * sizeof(unsigned long);
memory_start565init/main.cmemory_start = console_init(memory_start,memory_end);
memory_start567init/main.cmemory_start = pci_init(memory_start,memory_end);
memory_start569init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start572init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start573init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start574init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start576init/main.cmemory_start += rd_init(memory_start, ramdisk_size*1024);
memory_start577init/main.cmem_init(memory_start,memory_end);