taglinefilesource code
memory_end153init/main.cstatic unsigned long memory_end = 0;
memory_end346init/main.cmemory_end = (1<<20) + (EXT_MEM_K<<10);
memory_end347init/main.cmemory_end &= PAGE_MASK;
memory_end351init/main.cif (memory_end > 16*1024*1024)
memory_end352init/main.cmemory_end = 16*1024*1024;
memory_end364init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_end375init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_end376init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_end378init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_end380init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_end381init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_end382init/main.cmem_init(low_memory_start,memory_start,memory_end);
memory_end153kernel/blk_drv/scsi/hosts.cunsigned long sd_init(unsigned long memory_start, unsigned long memory_end){
memory_end156kernel/blk_drv/scsi/hosts.cunsigned long sd_init1(unsigned long memory_start, unsigned long memory_end){
memory_end167kernel/blk_drv/scsi/hosts.cunsigned long sr_init(unsigned long memory_start, unsigned long memory_end){
memory_end170kernel/blk_drv/scsi/hosts.cunsigned long sr_init1(unsigned long memory_start, unsigned long memory_end){
memory_end181kernel/blk_drv/scsi/hosts.cunsigned long st_init(unsigned long memory_start, unsigned long memory_end){
memory_end184kernel/blk_drv/scsi/hosts.cunsigned long st_init1(unsigned long memory_start, unsigned long memory_end){
memory_end1463kernel/blk_drv/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_end1483kernel/blk_drv/scsi/scsi.cmemory_start = sd_init1(memory_start, memory_end);
memory_end1484kernel/blk_drv/scsi/scsi.cmemory_start = st_init1(memory_start, memory_end);
memory_end1485kernel/blk_drv/scsi/scsi.cmemory_start = sr_init1(memory_start, memory_end);
memory_end1545kernel/blk_drv/scsi/scsi.cmemory_end > ISA_DMA_THRESHOLD &&
memory_end1566kernel/blk_drv/scsi/scsi.cmemory_start = sd_init(memory_start, memory_end); /* init scsi disks */
memory_end1567kernel/blk_drv/scsi/scsi.cmemory_start = st_init(memory_start, memory_end); /* init scsi tapes */
memory_end1568kernel/blk_drv/scsi/scsi.cmemory_start = sr_init(memory_start, memory_end);
memory_end856kernel/blk_drv/scsi/sd.cunsigned long sd_init(unsigned long memory_start, unsigned long memory_end)
memory_end701kernel/blk_drv/scsi/sr.cunsigned long sr_init(unsigned long memory_start, unsigned long memory_end)