tag | line | file | source code |
start_mem | 173 | include/linux/mm.h | extern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem); |
start_mem | 175 | include/linux/mm.h | unsigned long start_mem, unsigned long end_mem); |
start_mem | 125 | mm/kmalloc.c | long kmalloc_init (long start_mem,long end_mem) |
start_mem | 146 | mm/kmalloc.c | return start_mem; |
start_mem | 1147 | mm/memory.c | unsigned long paging_init(unsigned long start_mem, unsigned long end_mem) |
start_mem | 1163 | mm/memory.c | start_mem = PAGE_ALIGN(start_mem); |
start_mem | 1169 | mm/memory.c | tmp = start_mem | PAGE_TABLE; |
start_mem | 1171 | mm/memory.c | start_mem += PAGE_SIZE; |
start_mem | 1185 | mm/memory.c | return free_area_init(start_mem, end_mem); |
start_mem | 1189 | mm/memory.c | unsigned long start_mem, unsigned long end_mem) |
start_mem | 1203 | mm/memory.c | start_mem = PAGE_ALIGN(start_mem); |
start_mem | 1215 | mm/memory.c | while (start_mem < high_memory) { |
start_mem | 1216 | mm/memory.c | mem_map[MAP_NR(start_mem)] = 0; |
start_mem | 1217 | mm/memory.c | start_mem += PAGE_SIZE; |
start_mem | 928 | mm/swap.c | unsigned long free_area_init(unsigned long start_mem, unsigned long end_mem) |
start_mem | 934 | mm/swap.c | start_mem = init_swap_cache(start_mem, end_mem); |
start_mem | 935 | mm/swap.c | mem_map = (unsigned short *) start_mem; |
start_mem | 937 | mm/swap.c | start_mem = (unsigned long) p; |
start_mem | 947 | mm/swap.c | free_area_map[i] = (unsigned char *) start_mem; |
start_mem | 948 | mm/swap.c | memset((void *) start_mem, 0, bitmap_size); |
start_mem | 949 | mm/swap.c | start_mem += bitmap_size; |
start_mem | 951 | mm/swap.c | return start_mem; |