tag | line | file | source code |
---|---|---|---|
start_low_mem | 1191 | mm/memory.c | void mem_init(unsigned long start_low_mem, |
start_low_mem | 1204 | mm/memory.c | start_low_mem = PAGE_ALIGN(start_low_mem); |
start_low_mem | 1212 | mm/memory.c | while (start_low_mem < 0x9f000) { |
start_low_mem | 1213 | mm/memory.c | mem_map[MAP_NR(start_low_mem)] = 0; |
start_low_mem | 1214 | mm/memory.c | start_low_mem += PAGE_SIZE; |