Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/mm/
Dinit.c133 unsigned long long crash_max = CRASH_ADDR_LOW_MAX; in reserve_crashkernel() local
162 crash_max = CRASH_ADDR_HIGH_MAX; in reserve_crashkernel()
175 crash_max = crash_base + crash_size; in reserve_crashkernel()
180 search_base, crash_max); in reserve_crashkernel()
196 if (!high && crash_max == CRASH_ADDR_LOW_MAX) { in reserve_crashkernel()
197 crash_max = CRASH_ADDR_HIGH_MAX; in reserve_crashkernel()
207 if (high && crash_max == CRASH_ADDR_HIGH_MAX) { in reserve_crashkernel()
208 crash_max = CRASH_ADDR_LOW_MAX; in reserve_crashkernel()
/Linux-v6.6/arch/arm/kernel/
Dsetup.c1019 unsigned long long crash_max = idmap_to_phys((u32)~0); in reserve_crashkernel() local
1021 if (crash_max > lowmem_max) in reserve_crashkernel()
1022 crash_max = lowmem_max; in reserve_crashkernel()
1025 CRASH_ALIGN, crash_max); in reserve_crashkernel()
1031 unsigned long long crash_max = crash_base + crash_size; in reserve_crashkernel() local
1035 crash_base, crash_max); in reserve_crashkernel()