Searched refs:vmalloc_reserve (Results 1 – 1 of 1) sorted by relevance
1172 unsigned long vmalloc_reserve = memparse(arg, NULL); in early_vmalloc() local1175 if (vmalloc_reserve < SZ_16M) { in early_vmalloc()1176 vmalloc_reserve = SZ_16M; in early_vmalloc()1178 vmalloc_reserve >> 20); in early_vmalloc()1182 if (vmalloc_reserve > vmalloc_max) { in early_vmalloc()1183 vmalloc_reserve = vmalloc_max; in early_vmalloc()1185 vmalloc_reserve >> 20); in early_vmalloc()1188 vmalloc_size = vmalloc_reserve; in early_vmalloc()