tag | line | file | source code |
memory_start | 158 | arch/i386/kernel/bios32.c | extern unsigned long check_pcibios(unsigned long memory_start, unsigned long memory_end) |
memory_start | 200 | arch/i386/kernel/bios32.c | return memory_start; |
memory_start | 407 | arch/i386/kernel/bios32.c | unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 456 | arch/i386/kernel/bios32.c | memory_start = check_pcibios (memory_start, memory_end); |
memory_start | 459 | arch/i386/kernel/bios32.c | return memory_start; |
memory_start | 111 | arch/i386/kernel/setup.c | unsigned long memory_start, memory_end; |
memory_start | 142 | arch/i386/kernel/setup.c | memory_start = (unsigned long) &_end; |
memory_start | 183 | arch/i386/kernel/setup.c | *memory_start_p = memory_start; |
memory_start | 4 | arch/mips/kernel/bios32.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 6 | arch/mips/kernel/bios32.c | return memory_start; |
memory_start | 42 | arch/mips/kernel/jazzdma.c | unsigned long vdma_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 50 | arch/mips/kernel/jazzdma.c | vdma_pagetable_start = KSEG1ADDR((memory_start + 4095) & ~4095); |
memory_start | 255 | arch/mips/kernel/setup.c | unsigned long memory_start, memory_end; |
memory_start | 308 | arch/mips/kernel/setup.c | memory_start = (unsigned long) &_end; |
memory_start | 309 | arch/mips/kernel/setup.c | memory_start += (ramdisk_size << 10); |
memory_start | 315 | arch/mips/kernel/setup.c | *memory_start_p = memory_start; |
memory_start | 50 | arch/ppc/kernel/setup.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 52 | arch/ppc/kernel/setup.c | return memory_start; |
memory_start | 53 | arch/sparc/kernel/setup.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_start | 55 | arch/sparc/kernel/setup.c | return memory_start; |
memory_start | 782 | arch/sparc/mm/srmmu.c | unsigned long iommu_init(int iommund, unsigned long memory_start, |
memory_start | 790 | arch/sparc/mm/srmmu.c | memory_start = LONG_ALIGN(memory_start); |
memory_start | 791 | arch/sparc/mm/srmmu.c | iommu = (struct iommu_struct *) memory_start; |
memory_start | 792 | arch/sparc/mm/srmmu.c | memory_start += sizeof(struct iommu_struct); |
memory_start | 814 | arch/sparc/mm/srmmu.c | memory_start = PAGE_ALIGN(memory_start); |
memory_start | 815 | arch/sparc/mm/srmmu.c | memory_start = (((memory_start) + (ptsize - 1)) & ~(ptsize - 1)); |
memory_start | 816 | arch/sparc/mm/srmmu.c | iommu->page_table = (iopte_t *) memory_start; |
memory_start | 817 | arch/sparc/mm/srmmu.c | memory_start += ptsize; |
memory_start | 830 | arch/sparc/mm/srmmu.c | return memory_start; |
memory_start | 12 | include/asm-mips/jazzdma.h | unsigned long vdma_init(unsigned long memory_start, unsigned long memory_end); |
memory_start | 38 | include/linux/bios32.h | extern unsigned long pcibios_init (unsigned long memory_start, |
memory_start | 40 | include/linux/bios32.h | extern unsigned long pcibios_fixup (unsigned long memory_start, |
memory_start | 150 | init/main.c | static unsigned long memory_start = 0; |
memory_start | 653 | init/main.c | setup_arch(&command_line, &memory_start, &memory_end); |
memory_start | 654 | init/main.c | memory_start = paging_init(memory_start,memory_end); |
memory_start | 672 | init/main.c | prof_buffer = (unsigned int *) memory_start; |
memory_start | 676 | init/main.c | memory_start += prof_len * sizeof(unsigned int); |
memory_start | 678 | init/main.c | memory_start = console_init(memory_start,memory_end); |
memory_start | 680 | init/main.c | memory_start = pci_init(memory_start,memory_end); |
memory_start | 682 | init/main.c | memory_start = kmalloc_init(memory_start,memory_end); |
memory_start | 685 | init/main.c | memory_start = inode_init(memory_start,memory_end); |
memory_start | 686 | init/main.c | memory_start = file_table_init(memory_start,memory_end); |
memory_start | 687 | init/main.c | memory_start = name_cache_init(memory_start,memory_end); |
memory_start | 689 | init/main.c | if (initrd_start && initrd_start < memory_start) { |
memory_start | 691 | init/main.c | "disabling it.\n",initrd_start,memory_start); |
memory_start | 695 | init/main.c | mem_init(memory_start,memory_end); |