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_mem1019mm/memory.cunsigned long paging_init(unsigned long start_mem, unsigned long end_mem)
start_mem1035mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1041mm/memory.ctmp = start_mem | PAGE_TABLE;
start_mem1043mm/memory.cstart_mem += PAGE_SIZE;
start_mem1057mm/memory.creturn start_mem;
start_mem1061mm/memory.cunsigned long start_mem, unsigned long end_mem)
start_mem1073mm/memory.cstart_mem +=  0x0000000f;
start_mem1074mm/memory.cstart_mem &= ~0x0000000f;
start_mem1076mm/memory.cmem_map = (unsigned short *) start_mem;
start_mem1078mm/memory.cstart_mem = (unsigned long) p;
start_mem1082mm/memory.cstart_mem = PAGE_ALIGN(start_mem);
start_mem1087mm/memory.cwhile (start_mem < end_mem) {
start_mem1088mm/memory.cmem_map[MAP_NR(start_mem)] = 0;
start_mem1089mm/memory.cstart_mem += PAGE_SIZE;