Searched refs:CRASH_ALIGN (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | crash_reserve.h | 44 #ifndef CRASH_ALIGN 45 #define CRASH_ALIGN SZ_2M macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | crash_reserve.h | 6 #define CRASH_ALIGN PAGE_SIZE macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | crash_reserve.h | 6 #define CRASH_ALIGN SZ_2M macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | crash_reserve.h | 5 #define CRASH_ALIGN PMD_SIZE macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | crash_reserve.h | 5 #define CRASH_ALIGN SZ_2M macro
|
| /linux/arch/x86/include/asm/ |
| H A D | crash_reserve.h | 6 #define CRASH_ALIGN SZ_16M macro
|
| /linux/arch/mips/kernel/ |
| H A D | setup.c | 447 #define CRASH_ALIGN SZ_64M macro 467 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in mips_parse_crashkernel() 468 CRASH_ALIGN, in mips_parse_crashkernel()
|
| /linux/kernel/ |
| H A D | crash_reserve.c | 374 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 411 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel_generic()
|
| /linux/arch/arm/kernel/ |
| H A D | setup.c | 981 #define CRASH_ALIGN (128 << 20) macro 1018 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel() 1019 CRASH_ALIGN, crash_max); in reserve_crashkernel()
|