Searched refs:vmalloc_reserve (Results 1 – 1 of 1) sorted by relevance
1162 unsigned long vmalloc_reserve = memparse(arg, NULL); in early_vmalloc() local1165 if (vmalloc_reserve < SZ_16M) { in early_vmalloc()1166 vmalloc_reserve = SZ_16M; in early_vmalloc()1168 vmalloc_reserve >> 20); in early_vmalloc()1172 if (vmalloc_reserve > vmalloc_max) { in early_vmalloc()1173 vmalloc_reserve = vmalloc_max; in early_vmalloc()1175 vmalloc_reserve >> 20); in early_vmalloc()1178 vmalloc_size = vmalloc_reserve; in early_vmalloc()