Home
last modified time | relevance | path

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

/arch/arm/kernel/
A Dsetup.c1013 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local
1015 if (crash_max > lowmem_max) in reserve_crashkernel()
1016 crash_max = lowmem_max; in reserve_crashkernel()
1019 CRASH_ALIGN, crash_max); in reserve_crashkernel()
1025 unsigned long long crash_max = crash_base + crash_size; in reserve_crashkernel() local
1029 crash_base, crash_max); in reserve_crashkernel()

Completed in 7 milliseconds