taglinefilesource code
memory_end151init/main.cstatic unsigned long memory_end = 0;
memory_end343init/main.cmemory_end = (1<<20) + (EXT_MEM_K<<10);
memory_end344init/main.cmemory_end &= PAGE_MASK;
memory_end348init/main.cif (memory_end > 16*1024*1024)
memory_end349init/main.cmemory_end = 16*1024*1024;
memory_end361init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_end372init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_end373init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_end375init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_end377init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_end378init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_end379init/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_end1454kernel/blk_drv/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_end1474kernel/blk_drv/scsi/scsi.cmemory_start = sd_init1(memory_start, memory_end);
memory_end1475kernel/blk_drv/scsi/scsi.cmemory_start = st_init1(memory_start, memory_end);
memory_end1476kernel/blk_drv/scsi/scsi.cmemory_start = sr_init1(memory_start, memory_end);
memory_end1536kernel/blk_drv/scsi/scsi.cmemory_end > ISA_DMA_THRESHOLD &&
memory_end1557kernel/blk_drv/scsi/scsi.cmemory_start = sd_init(memory_start, memory_end); /* init scsi disks */
memory_end1558kernel/blk_drv/scsi/scsi.cmemory_start = st_init(memory_start, memory_end); /* init scsi tapes */
memory_end1559kernel/blk_drv/scsi/scsi.cmemory_start = sr_init(memory_start, memory_end);
memory_end802kernel/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)