Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/mm/
Dinit.c130 unsigned long long crash_max = CRASH_ADDR_LOW_MAX; in reserve_crashkernel() local
153 crash_max = CRASH_ADDR_HIGH_MAX; in reserve_crashkernel()
163 crash_max = crash_base + crash_size; in reserve_crashkernel()
166 crash_base, crash_max); in reserve_crashkernel()
/linux-5.19.10/arch/arm/kernel/
Dsetup.c1012 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local
1014 if (crash_max > lowmem_max) in reserve_crashkernel()
1015 crash_max = lowmem_max; in reserve_crashkernel()
1018 CRASH_ALIGN, crash_max); in reserve_crashkernel()
1024 unsigned long long crash_max = crash_base + crash_size; in reserve_crashkernel() local
1028 crash_base, crash_max); in reserve_crashkernel()