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_start104arch/i386/kernel/setup.cunsigned long memory_start, memory_end;
memory_start135arch/i386/kernel/setup.cmemory_start = (unsigned long) &_end;
memory_start175arch/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_start42arch/mips/kernel/jazzdma.cunsigned long vdma_init(unsigned long memory_start, unsigned long memory_end)
memory_start50arch/mips/kernel/jazzdma.cvdma_pagetable_start = KSEG1ADDR((memory_start + 4095) & ~4095);
memory_start255arch/mips/kernel/setup.cunsigned long memory_start, memory_end;
memory_start308arch/mips/kernel/setup.cmemory_start = (unsigned long) &_end;
memory_start309arch/mips/kernel/setup.cmemory_start += (ramdisk_size << 10);
memory_start315arch/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_start12include/asm-mips/jazzdma.hunsigned long vdma_init(unsigned long memory_start, unsigned long memory_end);
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_start123init/main.cstatic unsigned long memory_start = 0;
memory_start591init/main.csetup_arch(&command_line, &memory_start, &memory_end);
memory_start592init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start610init/main.cprof_buffer = (unsigned long *) memory_start;
memory_start614init/main.cmemory_start += prof_len * sizeof(unsigned long);
memory_start616init/main.cmemory_start = console_init(memory_start,memory_end);
memory_start618init/main.cmemory_start = pci_init(memory_start,memory_end);
memory_start620init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start623init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start624init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start625init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start626init/main.cmem_init(memory_start,memory_end);