Go to the documentation of this file.
11 #include <asm/processor.h>
20 #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL)
23 #define KEXEC_DESTINATION_MEMORY_LIMIT (-1UL)
27 #define KEXEC_CONTROL_MEMORY_LIMIT (1UL<<31)
30 #define KEXEC_CRASH_CONTROL_MEMORY_LIMIT (-1UL)
33 #define KEXEC_CONTROL_PAGE_SIZE 4096
36 #define KEXEC_CRASH_MEM_ALIGN HPAGE_SIZE
39 #define KEXEC_ARCH KEXEC_ARCH_S390
47 #define KEXEC_NOTE_BYTES \
48 (ALIGN(sizeof(struct elf_note), 4) * 8 + \
49 ALIGN(sizeof("CORE"), 4) * 7 + \
50 ALIGN(sizeof(struct elf_prstatus), 4) + \
51 ALIGN(sizeof(elf_fpregset_t), 4) + \
52 ALIGN(sizeof(u64), 4) + \
53 ALIGN(sizeof(u64), 4) + \
54 ALIGN(sizeof(u32), 4) + \
55 ALIGN(sizeof(u64) * 16, 4) + \
56 ALIGN(sizeof(u32), 4) \
60 static inline void crash_setup_regs(
struct pt_regs *newregs,