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_mem1035mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1051mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1057mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1059mm/memory.cstart_mem += PAGE_SIZE;
start_mem1073mm/memory.creturn free_area_init(start_mem, end_mem);
start_mem1077mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1091mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1103mm/memory.cwhile (start_mem < high_memory) {
start_mem1104mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1105mm/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;