Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/mm/
A Dinit.c132 unsigned long long crash_max = CRASH_ADDR_LOW_MAX; in reserve_crashkernel() local
158 crash_max = CRASH_ADDR_HIGH_MAX; in reserve_crashkernel()
169 crash_max = crash_base + crash_size; in reserve_crashkernel()
174 crash_base, crash_max); in reserve_crashkernel()
181 if (!fixed_base && (crash_max == CRASH_ADDR_LOW_MAX)) { in reserve_crashkernel()
182 crash_max = CRASH_ADDR_HIGH_MAX; in reserve_crashkernel()
/linux-6.3-rc2/arch/arm/kernel/
A Dsetup.c1026 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local
1028 if (crash_max > lowmem_max) in reserve_crashkernel()
1029 crash_max = lowmem_max; in reserve_crashkernel()
1032 CRASH_ALIGN, crash_max); in reserve_crashkernel()
1038 unsigned long long crash_max = crash_base + crash_size; in reserve_crashkernel() local
1042 crash_base, crash_max); in reserve_crashkernel()

Completed in 5 milliseconds