Searched refs:CRASH_ALIGN (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dcrash_reserve.h6 #define CRASH_ALIGN SZ_2M macro
/linux-master/arch/riscv/include/asm/
H A Dcrash_reserve.h5 #define CRASH_ALIGN PMD_SIZE macro
/linux-master/arch/loongarch/include/asm/
H A Dcrash_reserve.h5 #define CRASH_ALIGN SZ_2M macro
/linux-master/include/linux/
H A Dcrash_reserve.h25 #ifndef CRASH_ALIGN
26 #define CRASH_ALIGN SZ_2M macro
/linux-master/arch/x86/include/asm/
H A Dcrash_reserve.h6 #define CRASH_ALIGN SZ_16M macro
/linux-master/kernel/
H A Dcrash_reserve.c358 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX);
396 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN,
/linux-master/arch/mips/kernel/
H A Dsetup.c446 #define CRASH_ALIGN SZ_64M macro
466 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN,
467 CRASH_ALIGN,
/linux-master/arch/arm/kernel/
H A Dsetup.c987 #define CRASH_ALIGN (128 << 20) macro
1024 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN,
1025 CRASH_ALIGN, crash_max);

Completed in 253 milliseconds