Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dsetup.c396 #define CRASH_ALIGN SZ_16M macro
447 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low()
502 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
506 CRASH_ALIGN, CRASH_ALIGN, in reserve_crashkernel()
/linux/arch/mips/kernel/
A Dsetup.c439 #define CRASH_ALIGN SZ_64M macro
455 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in mips_parse_crashkernel()
456 CRASH_ALIGN, in mips_parse_crashkernel()
/linux/arch/arm/kernel/
A Dsetup.c981 #define CRASH_ALIGN (128 << 20) macro
1016 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel()
1017 CRASH_ALIGN, crash_max); in reserve_crashkernel()

Completed in 7 milliseconds