Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dsetup.c451 #define CRASH_ALIGN (16 << 20) macro
494 low_base = memblock_find_in_range(0, 1ULL << 32, low_size, CRASH_ALIGN); in reserve_crashkernel_low()
550 crash_base = memblock_find_in_range(CRASH_ALIGN, in reserve_crashkernel()
553 crash_size, CRASH_ALIGN); in reserve_crashkernel()
/Linux-v4.19/arch/arm/kernel/
Dsetup.c959 #define CRASH_ALIGN (128 << 20) macro
993 crash_base = memblock_find_in_range(CRASH_ALIGN, crash_max, in reserve_crashkernel()
994 crash_size, CRASH_ALIGN); in reserve_crashkernel()