taglinefilesource code
start_mem173include/linux/mm.hextern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem);
start_mem175include/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_mem1147mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1163mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1169mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1171mm/memory.cstart_mem += PAGE_SIZE;
start_mem1185mm/memory.creturn free_area_init(start_mem, end_mem);
start_mem1189mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1203mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1215mm/memory.cwhile (start_mem < high_memory) {
start_mem1216mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1217mm/memory.cstart_mem += PAGE_SIZE;
start_mem928mm/swap.cunsigned long free_area_init(unsigned long start_mem, unsigned long end_mem)
start_mem934mm/swap.cstart_mem = init_swap_cache(start_mem, end_mem);
start_mem935mm/swap.cmem_map = (unsigned short *) start_mem;
start_mem937mm/swap.cstart_mem = (unsigned long) p;
start_mem947mm/swap.cfree_area_map[i] = (unsigned char *) start_mem;
start_mem948mm/swap.cmemset((void *) start_mem, 0, bitmap_size);
start_mem949mm/swap.cstart_mem += bitmap_size;
start_mem951mm/swap.creturn start_mem;