Home
last modified time | relevance | path

Searched refs:kexec_buf (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dkexec.h176 struct kexec_buf { struct
188 int kexec_load_purgatory(struct kimage *image, struct kexec_buf *kbuf); argument
223 extern int kexec_add_buffer(struct kexec_buf *kbuf);
224 int kexec_locate_mem_hole(struct kexec_buf *kbuf);
235 static inline int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole()
312 struct kexec_buf *kbuf,
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkexec.h127 struct kexec_buf;
135 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf);
139 struct kexec_buf *kbuf);
/linux-6.3-rc2/kernel/
A Dkexec_file.c423 struct kexec_buf *kbuf) in locate_mem_hole_top_down()
461 struct kexec_buf *kbuf) in locate_mem_hole_bottom_up()
496 struct kexec_buf *kbuf = (struct kexec_buf *)arg; in locate_mem_hole_callback()
522 static int kexec_walk_memblock(struct kexec_buf *kbuf, in kexec_walk_memblock()
571 static int kexec_walk_memblock(struct kexec_buf *kbuf, in kexec_walk_memblock()
587 static int kexec_walk_resources(struct kexec_buf *kbuf, in kexec_walk_resources()
607 int kexec_locate_mem_hole(struct kexec_buf *kbuf) in kexec_locate_mem_hole()
633 int kexec_add_buffer(struct kexec_buf *kbuf) in kexec_add_buffer()
805 struct kexec_buf *kbuf) in kexec_purgatory_setup_kbuf()
866 struct kexec_buf *kbuf) in kexec_purgatory_setup_sechdrs()
[all …]
A Dkexec_elf.c390 struct kexec_buf *kbuf, in kexec_elf_load()
/linux-6.3-rc2/arch/s390/include/asm/
A Dipl.h134 struct kexec_buf;
138 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
/linux-6.3-rc2/arch/powerpc/kexec/
A Dfile_load_64.c249 static int __locate_mem_hole_top_down(struct kexec_buf *kbuf, in __locate_mem_hole_top_down()
300 static int locate_mem_hole_top_down_ppc64(struct kexec_buf *kbuf, in locate_mem_hole_top_down_ppc64()
348 static int __locate_mem_hole_bottom_up(struct kexec_buf *kbuf, in __locate_mem_hole_bottom_up()
398 static int locate_mem_hole_bottom_up_ppc64(struct kexec_buf *kbuf, in locate_mem_hole_bottom_up_ppc64()
725 static int load_backup_segment(struct kimage *image, struct kexec_buf *kbuf) in load_backup_segment()
793 static int load_elfcorehdr_segment(struct kimage *image, struct kexec_buf *kbuf) in load_elfcorehdr_segment()
842 struct kexec_buf *kbuf) in load_crashdump_segments_ppc64()
1264 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole()
A Delf_64.c40 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in elf64_load()
42 struct kexec_buf pbuf = { .image = image, .buf_min = 0, in elf64_load()
/linux-6.3-rc2/arch/s390/kernel/
A Dmachine_kexec_file.c130 struct kexec_buf buf; in kexec_file_add_purgatory()
151 struct kexec_buf buf; in kexec_file_add_initrd()
181 struct kexec_buf buf; in kexec_file_add_ipl_report()
A Dkexec_image.c19 struct kexec_buf buf; in kexec_file_add_kernel_image()
A Dkexec_elf.c19 struct kexec_buf buf; in kexec_file_add_kernel_elf()
A Dipl.c2390 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, in ipl_report_add_component()
/linux-6.3-rc2/arch/riscv/kernel/
A Delf_kexec.c43 struct kexec_buf kbuf; in riscv_kexec_elf_load()
81 struct kexec_buf kbuf; in elf_find_pbase()
200 struct kexec_buf kbuf; in elf_kexec_load()
/linux-6.3-rc2/arch/parisc/kernel/
A Dkexec_file.c25 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in elf_load()
/linux-6.3-rc2/arch/arm64/kernel/
A Dkexec_image.c44 struct kexec_buf kbuf; in image_load()
A Dmachine_kexec_file.c95 struct kexec_buf kbuf; in load_other_segments()
/linux-6.3-rc2/security/integrity/ima/
A Dima_kexec.c84 struct kexec_buf kbuf = { .image = image, .buf_align = PAGE_SIZE, in ima_add_kexec_buffer()
/linux-6.3-rc2/arch/x86/kernel/
A Dkexec-bzimage64.c401 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load()
403 struct kexec_buf pbuf = { .image = image, .buf_min = MIN_PURGATORY_ADDR, in bzImage64_load()
A Dcrash.c374 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in crash_load_segments()

Completed in 23 milliseconds