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_start111arch/i386/kernel/setup.cunsigned long memory_start, memory_end;
memory_start142arch/i386/kernel/setup.cmemory_start = (unsigned long) &_end;
memory_start183arch/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_start53arch/sparc/kernel/setup.cunsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
memory_start55arch/sparc/kernel/setup.creturn memory_start;
memory_start782arch/sparc/mm/srmmu.cunsigned long iommu_init(int iommund, unsigned long memory_start,
memory_start790arch/sparc/mm/srmmu.cmemory_start = LONG_ALIGN(memory_start);
memory_start791arch/sparc/mm/srmmu.ciommu = (struct iommu_struct *) memory_start;
memory_start792arch/sparc/mm/srmmu.cmemory_start += sizeof(struct iommu_struct);
memory_start814arch/sparc/mm/srmmu.cmemory_start = PAGE_ALIGN(memory_start);
memory_start815arch/sparc/mm/srmmu.cmemory_start = (((memory_start) + (ptsize - 1)) & ~(ptsize - 1));
memory_start816arch/sparc/mm/srmmu.ciommu->page_table = (iopte_t *) memory_start;
memory_start817arch/sparc/mm/srmmu.cmemory_start += ptsize;
memory_start830arch/sparc/mm/srmmu.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_start151init/main.cstatic unsigned long memory_start = 0;
memory_start687init/main.csetup_arch(&command_line, &memory_start, &memory_end);
memory_start688init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_start706init/main.cprof_buffer = (unsigned int *) memory_start;
memory_start710init/main.cmemory_start += prof_len * sizeof(unsigned int);
memory_start712init/main.cmemory_start = console_init(memory_start,memory_end);
memory_start714init/main.cmemory_start = pci_init(memory_start,memory_end);
memory_start716init/main.cmemory_start = kmalloc_init(memory_start,memory_end);
memory_start719init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_start720init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_start721init/main.cmemory_start = name_cache_init(memory_start,memory_end);
memory_start723init/main.cif (initrd_start && initrd_start < memory_start) {
memory_start725init/main.c"disabling it.\n",initrd_start,memory_start);
memory_start729init/main.cmem_init(memory_start,memory_end);