taglinefilesource code
start_mem151include/linux/mm.hextern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem);
start_mem153include/linux/mm.hunsigned long start_mem, unsigned long end_mem);
start_mem125mm/kmalloc.clong kmalloc_init (long start_mem,long end_mem)
start_mem146mm/kmalloc.creturn start_mem;
start_mem1083mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1099mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1105mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1107mm/memory.cstart_mem += PAGE_SIZE;
start_mem1121mm/memory.creturn free_area_init(start_mem, end_mem);
start_mem1125mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1139mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1151mm/memory.cwhile (start_mem < high_memory) {
start_mem1152mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1153mm/memory.cstart_mem += PAGE_SIZE;
start_mem895mm/swap.cunsigned long free_area_init(unsigned long start_mem, unsigned long end_mem)
start_mem901mm/swap.cmem_map = (unsigned short *) start_mem;
start_mem903mm/swap.cstart_mem = (unsigned long) p;
start_mem913mm/swap.cfree_area_map[i] = (unsigned char *) start_mem;
start_mem914mm/swap.cmemset((void *) start_mem, 0, bitmap_size);
start_mem915mm/swap.cstart_mem += bitmap_size;
start_mem917mm/swap.creturn start_mem;