tag | line | file | source code |
memory_end | 1738 | drivers/scsi/scsi.c | unsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end) |
memory_end | 1807 | drivers/scsi/scsi.c | memory_end > ISA_DMA_THRESHOLD && |
memory_end | 25 | include/linux/bios32.h | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end); |
memory_end | 134 | init/main.c | static unsigned long memory_end = 0; |
memory_end | 372 | init/main.c | memory_end = simple_strtoul(from+4, &from, 0); |
memory_end | 405 | init/main.c | memory_end = (1<<20) + (EXT_MEM_K<<10); |
memory_end | 406 | init/main.c | memory_end &= PAGE_MASK; |
memory_end | 410 | init/main.c | if (memory_end > 16*1024*1024) |
memory_end | 411 | init/main.c | memory_end = 16*1024*1024; |
memory_end | 423 | init/main.c | memory_start = paging_init(memory_start,memory_end); |
memory_end | 437 | init/main.c | memory_start = console_init(memory_start,memory_end); |
memory_end | 438 | init/main.c | memory_start = bios32_init(memory_start,memory_end); |
memory_end | 439 | init/main.c | memory_start = kmalloc_init(memory_start,memory_end); |
memory_end | 440 | init/main.c | memory_start = chr_dev_init(memory_start,memory_end); |
memory_end | 441 | init/main.c | memory_start = blk_dev_init(memory_start,memory_end); |
memory_end | 445 | init/main.c | memory_start = net_dev_init(memory_start,memory_end); |
memory_end | 448 | init/main.c | memory_start = scsi_dev_init(memory_start,memory_end); |
memory_end | 450 | init/main.c | memory_start = inode_init(memory_start,memory_end); |
memory_end | 451 | init/main.c | memory_start = file_table_init(memory_start,memory_end); |
memory_end | 452 | init/main.c | memory_start = name_cache_init(memory_start,memory_end); |
memory_end | 453 | init/main.c | mem_init(low_memory_start,memory_start,memory_end); |
memory_end | 151 | kernel/bios32.c | static unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end) |
memory_end | 421 | kernel/bios32.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_end | 463 | kernel/bios32.c | memory_start = pcibios_init (memory_start, memory_end); |