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