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_mem1023mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1039mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1045mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1047mm/memory.cstart_mem += PAGE_SIZE;
start_mem1061mm/memory.creturn free_area_init(start_mem, end_mem);
start_mem1065mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1079mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1091mm/memory.cwhile (start_mem < high_memory) {
start_mem1092mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1093mm/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;