/linux/include/linux/ |
H A D | kexec.h | 185 struct kexec_buf { struct 205 struct kexec_buf *kbuf, in kexec_random_range_start() argument 218 struct kexec_buf *kbuf, in kexec_random_range_start() 223 int kexec_load_purgatory(struct kimage *image, struct kexec_buf *kbuf); 259 extern int kexec_add_buffer(struct kexec_buf *kbuf); 260 int kexec_locate_mem_hole(struct kexec_buf *kbuf); 271 static inline int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole() 333 struct kexec_buf *kbuf,
|
/linux/kernel/ |
H A D | kexec_internal.h | 43 struct kexec_buf; 46 int kho_locate_mem_hole(struct kexec_buf *kbuf, 50 static inline int kho_locate_mem_hole(struct kexec_buf *kbuf, in kho_locate_mem_hole()
|
H A D | kexec_file.c | 472 struct kexec_buf *kbuf) in locate_mem_hole_top_down() 517 struct kexec_buf *kbuf) in locate_mem_hole_bottom_up() 560 struct kexec_buf *kbuf = (struct kexec_buf *)arg; in locate_mem_hole_callback() 586 static int kexec_walk_memblock(struct kexec_buf *kbuf, in kexec_walk_memblock() 637 static int kexec_walk_memblock(struct kexec_buf *kbuf, in kexec_walk_memblock() 653 static int kexec_walk_resources(struct kexec_buf *kbuf, in kexec_walk_resources() 669 static int kexec_alloc_contig(struct kexec_buf *kbuf) in kexec_alloc_contig() 714 int kexec_locate_mem_hole(struct kexec_buf *kbuf) in kexec_locate_mem_hole() 755 int kexec_add_buffer(struct kexec_buf *kbuf) in kexec_add_buffer() 895 struct kexec_buf *kbuf) in kexec_purgatory_setup_kbuf() [all …]
|
H A D | kexec_handover.c | 1234 struct kexec_buf scratch; in kho_fill_kimage() 1242 scratch = (struct kexec_buf){ in kho_fill_kimage() 1260 static int kho_walk_scratch(struct kexec_buf *kbuf, in kho_walk_scratch() 1281 int kho_locate_mem_hole(struct kexec_buf *kbuf, in kho_locate_mem_hole()
|
H A D | crash_dump_dm_crypt.c | 396 struct kexec_buf kbuf = { in crash_load_dm_crypt_keys()
|
/linux/arch/s390/include/asm/ |
H A D | ipl.h | 134 struct kexec_buf; 138 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
|
/linux/arch/riscv/kernel/ |
H A D | kexec_elf.c | 31 struct kexec_buf kbuf = {}; in riscv_kexec_elf_load() 69 struct kexec_buf kbuf = {}; in elf_find_pbase()
|
H A D | kexec_image.c | 44 struct kexec_buf kbuf = {}; in image_load()
|
H A D | machine_kexec_file.c | 264 struct kexec_buf kbuf = {}; in load_extra_segments()
|
/linux/arch/powerpc/kexec/ |
H A D | elf_64.c | 42 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in elf64_load() 44 struct kexec_buf pbuf = { .image = image, .buf_min = 0, in elf64_load()
|
/linux/arch/s390/kernel/ |
H A D | machine_kexec_file.c | 132 struct kexec_buf buf = {}; in kexec_file_add_purgatory() 155 struct kexec_buf buf = {}; in kexec_file_add_initrd() 187 struct kexec_buf buf = {}; in kexec_file_add_ipl_report()
|
H A D | kexec_image.c | 19 struct kexec_buf buf = {}; in kexec_file_add_kernel_image()
|
H A D | kexec_elf.c | 19 struct kexec_buf buf = {}; in kexec_file_add_kernel_elf()
|
H A D | ipl.c | 2368 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, in ipl_report_add_component()
|
/linux/arch/parisc/kernel/ |
H A D | kexec_file.c | 25 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in elf_load()
|
/linux/arch/arm64/kernel/ |
H A D | kexec_image.c | 44 struct kexec_buf kbuf; in image_load()
|
H A D | machine_kexec_file.c | 97 struct kexec_buf kbuf = {}; in load_other_segments()
|
/linux/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 447 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load() 449 struct kexec_buf pbuf = { .image = image, .buf_min = MIN_PURGATORY_ADDR, in bzImage64_load()
|
H A D | crash.c | 404 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in crash_load_segments()
|