tag | line | file | source code |
start_mem | 180 | include/linux/mm.h | extern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem); |
start_mem | 182 | include/linux/mm.h | unsigned long start_mem, unsigned long end_mem); |
start_mem | 126 | mm/kmalloc.c | long kmalloc_init (long start_mem,long end_mem) |
start_mem | 147 | mm/kmalloc.c | return start_mem; |
start_mem | 1150 | mm/memory.c | unsigned long paging_init(unsigned long start_mem, unsigned long end_mem) |
start_mem | 1166 | mm/memory.c | start_mem = PAGE_ALIGN(start_mem); |
start_mem | 1172 | mm/memory.c | tmp = start_mem | PAGE_TABLE; |
start_mem | 1174 | mm/memory.c | start_mem += PAGE_SIZE; |
start_mem | 1188 | mm/memory.c | return free_area_init(start_mem, end_mem); |
start_mem | 1192 | mm/memory.c | unsigned long start_mem, unsigned long end_mem) |
start_mem | 1205 | mm/memory.c | start_mem = PAGE_ALIGN(start_mem); |
start_mem | 1217 | mm/memory.c | while (start_mem < high_memory) { |
start_mem | 1218 | mm/memory.c | mem_map[MAP_NR(start_mem)] = 0; |
start_mem | 1219 | mm/memory.c | start_mem += PAGE_SIZE; |
start_mem | 1024 | mm/swap.c | unsigned long free_area_init(unsigned long start_mem, unsigned long end_mem) |
start_mem | 1038 | mm/swap.c | start_mem = init_swap_cache(start_mem, end_mem); |
start_mem | 1039 | mm/swap.c | mem_map = (unsigned short *) start_mem; |
start_mem | 1041 | mm/swap.c | start_mem = (unsigned long) p; |
start_mem | 1052 | mm/swap.c | free_area_map[i] = (unsigned char *) start_mem; |
start_mem | 1053 | mm/swap.c | memset((void *) start_mem, 0, bitmap_size); |
start_mem | 1054 | mm/swap.c | start_mem += bitmap_size; |
start_mem | 1056 | mm/swap.c | return start_mem; |