Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dsetup.c399 #define CRASH_ALIGN SZ_16M macro
450 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low()
505 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
509 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dsetup.c439 #define CRASH_ALIGN SZ_64M macro
455 crash_base = memblock_find_in_range(CRASH_ALIGN, CRASH_ADDR_MAX, in mips_parse_crashkernel()
456 crash_size, CRASH_ALIGN); in mips_parse_crashkernel()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsetup.c981 #define CRASH_ALIGN (128 << 20) macro
1015 crash_base = memblock_find_in_range(CRASH_ALIGN, crash_max, in reserve_crashkernel()
1016 crash_size, CRASH_ALIGN); in reserve_crashkernel()