tag | line | file | source code |
start_mem | 154 | include/linux/mm.h | extern unsigned long paging_init(unsigned long start_mem, unsigned long end_mem); |
start_mem | 156 | 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 | 1035 | mm/memory.c | unsigned long paging_init(unsigned long start_mem, unsigned long end_mem) |
start_mem | 1051 | mm/memory.c | start_mem = PAGE_ALIGN(start_mem); |
start_mem | 1057 | mm/memory.c | tmp = start_mem | PAGE_TABLE; |
start_mem | 1059 | mm/memory.c | start_mem += PAGE_SIZE; |
start_mem | 1073 | mm/memory.c | return free_area_init(start_mem, end_mem); |
start_mem | 1077 | mm/memory.c | unsigned long start_mem, unsigned long end_mem) |
start_mem | 1091 | mm/memory.c | start_mem = PAGE_ALIGN(start_mem); |
start_mem | 1103 | mm/memory.c | while (start_mem < high_memory) { |
start_mem | 1104 | mm/memory.c | mem_map[MAP_NR(start_mem)] = 0; |
start_mem | 1105 | mm/memory.c | start_mem += PAGE_SIZE; |
start_mem | 895 | mm/swap.c | unsigned long free_area_init(unsigned long start_mem, unsigned long end_mem) |
start_mem | 901 | mm/swap.c | mem_map = (unsigned short *) start_mem; |
start_mem | 903 | mm/swap.c | start_mem = (unsigned long) p; |
start_mem | 913 | mm/swap.c | free_area_map[i] = (unsigned char *) start_mem; |
start_mem | 914 | mm/swap.c | memset((void *) start_mem, 0, bitmap_size); |
start_mem | 915 | mm/swap.c | start_mem += bitmap_size; |
start_mem | 917 | mm/swap.c | return start_mem; |