Searched refs:vmalloc_max (Results 1 – 1 of 1) sorted by relevance
1173 unsigned long vmalloc_max; in early_vmalloc() local1181 vmalloc_max = VMALLOC_END - (PAGE_OFFSET + SZ_32M + VMALLOC_OFFSET); in early_vmalloc()1182 if (vmalloc_reserve > vmalloc_max) { in early_vmalloc()1183 vmalloc_reserve = vmalloc_max; in early_vmalloc()