taglinefilesource code
start_mem154include/linux/mm.hextern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem);
start_mem156include/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_mem1009mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1025mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1031mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1033mm/memory.cstart_mem += PAGE_SIZE;
start_mem1047mm/memory.creturn start_mem;
start_mem1051mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1063mm/memory.cstart_mem +=  0x0000000f;
start_mem1064mm/memory.cstart_mem &= ~0x0000000f;
start_mem1066mm/memory.cmem_map = (unsigned short *) start_mem;
start_mem1068mm/memory.cstart_mem = (unsigned long) p;
start_mem1079mm/memory.cfree_area_map[tmp] = (unsigned char *) start_mem;
start_mem1080mm/memory.cmemset((void *) start_mem, 0, bitmap_size);
start_mem1081mm/memory.cstart_mem += bitmap_size;
start_mem1086mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1098mm/memory.cwhile (start_mem < high_memory) {
start_mem1099mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1100mm/memory.cstart_mem += PAGE_SIZE;