taglinefilesource code
start_mem106include/linux/mm.hextern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem);
start_mem108include/linux/mm.hunsigned long start_mem, unsigned long end_mem);
start_mem110mm/kmalloc.clong kmalloc_init (long start_mem,long end_mem)
start_mem131mm/kmalloc.creturn start_mem;
start_mem1016mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1032mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1038mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1040mm/memory.cstart_mem += PAGE_SIZE;
start_mem1054mm/memory.creturn start_mem;
start_mem1058mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1070mm/memory.cstart_mem +=  0x0000000f;
start_mem1071mm/memory.cstart_mem &= ~0x0000000f;
start_mem1073mm/memory.cmem_map = (unsigned short *) start_mem;
start_mem1075mm/memory.cstart_mem = (unsigned long) p;
start_mem1079mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1084mm/memory.cwhile (start_mem < end_mem) {
start_mem1085mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1086mm/memory.cstart_mem += PAGE_SIZE;