Searched refs:vmalloc_reserve (Results 1 – 1 of 1) sorted by relevance
1173 unsigned long vmalloc_reserve = memparse(arg, NULL); in early_vmalloc() local1176 if (vmalloc_reserve < SZ_16M) { in early_vmalloc()1177 vmalloc_reserve = SZ_16M; in early_vmalloc()1179 vmalloc_reserve >> 20); in early_vmalloc()1183 if (vmalloc_reserve > vmalloc_max) { in early_vmalloc()1184 vmalloc_reserve = vmalloc_max; in early_vmalloc()1186 vmalloc_reserve >> 20); in early_vmalloc()1189 vmalloc_size = vmalloc_reserve; in early_vmalloc()