taglinefilesource code
memory_end140init/main.cstatic unsigned long memory_end = 0;
memory_end249init/main.cmemory_end = (1<<20) + (EXT_MEM_K<<10);
memory_end250init/main.cmemory_end &= 0xfffff000;
memory_end253init/main.cif (memory_end > 16*1024*1024)
memory_end254init/main.cmemory_end = 16*1024*1024;
memory_end267init/main.cmemory_start = paging_init(memory_start,memory_end);
memory_end280init/main.cmemory_start = chr_dev_init(memory_start,memory_end);
memory_end281init/main.cmemory_start = blk_dev_init(memory_start,memory_end);
memory_end283init/main.cmemory_start = scsi_dev_init(memory_start,memory_end);
memory_end285init/main.cmemory_start = inode_init(memory_start,memory_end);
memory_end286init/main.cmemory_start = file_table_init(memory_start,memory_end);
memory_end287init/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_end1345kernel/blk_drv/scsi/scsi.cunsigned long scsi_dev_init (unsigned long memory_start,unsigned long memory_end)
memory_end1365kernel/blk_drv/scsi/scsi.cmemory_start = sd_init1(memory_start, memory_end);
memory_end1366kernel/blk_drv/scsi/scsi.cmemory_start = st_init1(memory_start, memory_end);
memory_end1367kernel/blk_drv/scsi/scsi.cmemory_start = sr_init1(memory_start, memory_end);
memory_end1425kernel/blk_drv/scsi/scsi.cmemory_end > ISA_DMA_THRESHOLD &&
memory_end1446kernel/blk_drv/scsi/scsi.cmemory_start = sd_init(memory_start, memory_end); /* init scsi disks */
memory_end1447kernel/blk_drv/scsi/scsi.cmemory_start = st_init(memory_start, memory_end); /* init scsi tapes */
memory_end1448kernel/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_end628kernel/blk_drv/scsi/sr.cunsigned long sr_init(unsigned long memory_start, unsigned long memory_end)