| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kexec.h | 168 struct kexec_buf { struct 180 int kexec_load_purgatory(struct kimage *image, struct kexec_buf *kbuf); argument 195 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf); 197 extern int kexec_add_buffer(struct kexec_buf *kbuf); 198 int kexec_locate_mem_hole(struct kexec_buf *kbuf); 275 struct kexec_buf *kbuf,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_file.c | 424 struct kexec_buf *kbuf) in locate_mem_hole_top_down() 462 struct kexec_buf *kbuf) in locate_mem_hole_bottom_up() 497 struct kexec_buf *kbuf = (struct kexec_buf *)arg; in locate_mem_hole_callback() 523 static int kexec_walk_memblock(struct kexec_buf *kbuf, in kexec_walk_memblock() 567 static int kexec_walk_memblock(struct kexec_buf *kbuf, in kexec_walk_memblock() 583 static int kexec_walk_resources(struct kexec_buf *kbuf, in kexec_walk_resources() 603 int kexec_locate_mem_hole(struct kexec_buf *kbuf) in kexec_locate_mem_hole() 627 int __weak arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole() 642 int kexec_add_buffer(struct kexec_buf *kbuf) in kexec_add_buffer() 814 struct kexec_buf *kbuf) in kexec_purgatory_setup_kbuf() [all …]
|
| H A D | kexec_elf.c | 390 struct kexec_buf *kbuf, in kexec_elf_load()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | file_load_64.c | 245 static int __locate_mem_hole_top_down(struct kexec_buf *kbuf, in __locate_mem_hole_top_down() 296 static int locate_mem_hole_top_down_ppc64(struct kexec_buf *kbuf, in locate_mem_hole_top_down_ppc64() 344 static int __locate_mem_hole_bottom_up(struct kexec_buf *kbuf, in __locate_mem_hole_bottom_up() 394 static int locate_mem_hole_bottom_up_ppc64(struct kexec_buf *kbuf, in locate_mem_hole_bottom_up_ppc64() 719 static int load_backup_segment(struct kimage *image, struct kexec_buf *kbuf) in load_backup_segment() 787 static int load_elfcorehdr_segment(struct kimage *image, struct kexec_buf *kbuf) in load_elfcorehdr_segment() 836 struct kexec_buf *kbuf) in load_crashdump_segments_ppc64() 1152 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole()
|
| H A D | elf_64.c | 40 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kexec.h | 132 struct kexec_buf; 135 struct kexec_buf *kbuf);
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ipl.h | 122 struct kexec_buf; 126 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | machine_kexec_file.c | 128 struct kexec_buf buf; in kexec_file_add_purgatory() 149 struct kexec_buf buf; in kexec_file_add_initrd() 179 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 | 2087 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, in ipl_report_add_component()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | kexec_file.c | 25 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in elf_load()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | kexec_image.c | 45 struct kexec_buf kbuf; in image_load()
|
| H A D | machine_kexec_file.c | 256 struct kexec_buf kbuf; in load_other_segments()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_kexec.c | 82 struct kexec_buf kbuf = { .image = image, .buf_align = PAGE_SIZE, in ima_add_kexec_buffer()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | kexec-bzimage64.c | 340 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load() 342 struct kexec_buf pbuf = { .image = image, .buf_min = MIN_PURGATORY_ADDR, in bzImage64_load()
|
| H A D | crash.c | 402 struct kexec_buf kbuf = { .image = image, .buf_min = 0, in crash_load_segments()
|