Home
last modified time | relevance | path

Searched refs:lowmem_max (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/kernel/
A Dsetup.c1012 unsigned long long lowmem_max = __pa(high_memory - 1) + 1; in reserve_crashkernel() local
1013 if (crash_max > lowmem_max) in reserve_crashkernel()
1014 crash_max = lowmem_max; in reserve_crashkernel()

Completed in 5 milliseconds