tag | line | file | source code |
memory_end | 146 | arch/i386/kernel/bios32.c | static unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end) |
memory_end | 583 | arch/i386/kernel/bios32.c | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) |
memory_end | 633 | arch/i386/kernel/bios32.c | memory_start = pcibios_init (memory_start, memory_end); |
memory_end | 359 | drivers/scsi/hosts.c | void scsi_mem_init(unsigned long memory_end) |
memory_end | 365 | drivers/scsi/hosts.c | for (High8 = 1<<24; High8 < memory_end; High8 += 1<<24) { |
memory_end | 370 | drivers/scsi/hosts.c | if (ForbiddenAddress >= memory_end) goto next_host; |
memory_end | 1915 | drivers/scsi/scsi.c | unsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end) |
memory_end | 1986 | drivers/scsi/scsi.c | memory_end - 1 > ISA_DMA_THRESHOLD && |
memory_end | 25 | include/linux/bios32.h | unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end); |
memory_end | 141 | init/main.c | static unsigned long memory_end = 0; |
memory_end | 390 | init/main.c | memory_end = simple_strtoul(from+4, &from, 0); |
memory_end | 392 | init/main.c | memory_end = memory_end << 10; |
memory_end | 395 | init/main.c | memory_end = memory_end << 20; |
memory_end | 421 | init/main.c | memory_end = (1<<20) + (EXT_MEM_K<<10); |
memory_end | 422 | init/main.c | memory_end &= PAGE_MASK; |
memory_end | 426 | init/main.c | if (memory_end > 16*1024*1024) |
memory_end | 427 | init/main.c | memory_end = 16*1024*1024; |
memory_end | 439 | init/main.c | memory_start = paging_init(memory_start,memory_end); |
memory_end | 454 | init/main.c | memory_start = console_init(memory_start,memory_end); |
memory_end | 455 | init/main.c | memory_start = bios32_init(memory_start,memory_end); |
memory_end | 456 | init/main.c | memory_start = kmalloc_init(memory_start,memory_end); |
memory_end | 460 | init/main.c | memory_start = chr_dev_init(memory_start,memory_end); |
memory_end | 461 | init/main.c | memory_start = blk_dev_init(memory_start,memory_end); |
memory_end | 464 | init/main.c | memory_start = scsi_dev_init(memory_start,memory_end); |
memory_end | 467 | init/main.c | memory_start = net_dev_init(memory_start,memory_end); |
memory_end | 469 | init/main.c | memory_start = inode_init(memory_start,memory_end); |
memory_end | 470 | init/main.c | memory_start = file_table_init(memory_start,memory_end); |
memory_end | 471 | init/main.c | memory_start = name_cache_init(memory_start,memory_end); |
memory_end | 472 | init/main.c | mem_init(low_memory_start,memory_start,memory_end); |