taglinefilesource code
memory_end142init/main.cstatic unsigned long memory_end = 0;
memory_end251init/main.cmemory_end = (1<<20) + (EXT_MEM_K<<10);
memory_end252init/main.cmemory_end &= 0xfffff000;
memory_end256init/main.cif (memory_end > 16*1024*1024)
memory_end257init/main.cmemory_end = 16*1024*1024;
memory_end270init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_end281init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_end282init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_end284init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_end286init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_end287init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_end288init/main.cmem_init(low_memory_start,memory_start,memory_end);
memory_end151kernel/blk_drv/scsi/hosts.cunsigned long sd_init(unsigned long memory_start, unsigned long memory_end){
memory_end154kernel/blk_drv/scsi/hosts.cunsigned long sd_init1(unsigned long memory_start, unsigned long memory_end){
memory_end165kernel/blk_drv/scsi/hosts.cunsigned long sr_init(unsigned long memory_start, unsigned long memory_end){
memory_end168kernel/blk_drv/scsi/hosts.cunsigned long sr_init1(unsigned long memory_start, unsigned long memory_end){
memory_end179kernel/blk_drv/scsi/hosts.cunsigned long st_init(unsigned long memory_start, unsigned long memory_end){
memory_end182kernel/blk_drv/scsi/hosts.cunsigned long st_init1(unsigned long memory_start, unsigned long memory_end){
memory_end1350kernel/blk_drv/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_end1370kernel/blk_drv/scsi/scsi.cmemory_start = sd_init1(memory_start, memory_end);
memory_end1371kernel/blk_drv/scsi/scsi.cmemory_start = st_init1(memory_start, memory_end);
memory_end1372kernel/blk_drv/scsi/scsi.cmemory_start = sr_init1(memory_start, memory_end);
memory_end1430kernel/blk_drv/scsi/scsi.cmemory_end > ISA_DMA_THRESHOLD &&
memory_end1451kernel/blk_drv/scsi/scsi.cmemory_start = sd_init(memory_start, memory_end); /* init scsi disks */
memory_end1452kernel/blk_drv/scsi/scsi.cmemory_start = st_init(memory_start, memory_end); /* init scsi tapes */
memory_end1453kernel/blk_drv/scsi/scsi.cmemory_start = sr_init(memory_start, memory_end);
memory_end803kernel/blk_drv/scsi/sd.cunsigned long sd_init(unsigned long memory_start, unsigned long memory_end)
memory_end699kernel/blk_drv/scsi/sr.cunsigned long sr_init(unsigned long memory_start, unsigned long memory_end)