taglinefilesource code
start_mem182include/linux/mm.hextern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem);
start_mem184include/linux/mm.hunsigned long start_mem, unsigned long end_mem);
start_mem126mm/kmalloc.clong kmalloc_init (long start_mem,long end_mem)
start_mem147mm/kmalloc.creturn start_mem;
start_mem1151mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1167mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1173mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1175mm/memory.cstart_mem += PAGE_SIZE;
start_mem1189mm/memory.creturn free_area_init(start_mem, end_mem);
start_mem1193mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1206mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1218mm/memory.cwhile (start_mem < high_memory) {
start_mem1219mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1220mm/memory.cstart_mem += PAGE_SIZE;
start_mem993mm/swap.cunsigned long free_area_init(unsigned long start_mem, unsigned long end_mem)
start_mem1007mm/swap.cstart_mem = init_swap_cache(start_mem, end_mem);
start_mem1008mm/swap.cmem_map = (unsigned short *) start_mem;
start_mem1010mm/swap.cstart_mem = (unsigned long) p;
start_mem1020mm/swap.cfree_area_map[i] = (unsigned char *) start_mem;
start_mem1021mm/swap.cmemset((void *) start_mem, 0, bitmap_size);
start_mem1022mm/swap.cstart_mem += bitmap_size;
start_mem1024mm/swap.creturn start_mem;