taglinefilesource code
start_mem75include/linux/mm.hextern unsigned long mem_init(unsigned long start_mem, unsigned long end_mem);
start_mem831mm/memory.cunsigned long mem_init(unsigned long start_mem, unsigned long end_mem)
start_mem835mm/memory.cmem_map = (char *) start_mem;
start_mem836mm/memory.cpaging_pages = (end_mem - start_mem) >> 12;
start_mem837mm/memory.cstart_mem += paging_pages;
start_mem838mm/memory.cstart_mem += 0xfff;
start_mem839mm/memory.cstart_mem &= 0xfffff000;
start_mem840mm/memory.clow_memory = start_mem;
start_mem846mm/memory.creturn start_mem;