Home
last modified time | relevance | path

Searched defs:image (Results 1 – 9 of 9) sorted by relevance

/kernel/
Dkexec_core.c149 int sanity_check_segment_list(struct kimage *image) in sanity_check_segment_list()
257 struct kimage *image; in do_kimage_alloc_init() local
282 int kimage_is_destination_range(struct kimage *image, in kimage_is_destination_range()
351 static struct page *kimage_alloc_normal_control_pages(struct kimage *image, in kimage_alloc_normal_control_pages()
417 static struct page *kimage_alloc_crash_control_pages(struct kimage *image, in kimage_alloc_crash_control_pages()
484 struct page *kimage_alloc_control_pages(struct kimage *image, in kimage_alloc_control_pages()
501 int kimage_crash_copy_vmcoreinfo(struct kimage *image) in kimage_crash_copy_vmcoreinfo()
535 static int kimage_add_entry(struct kimage *image, kimage_entry_t entry) in kimage_add_entry()
561 static int kimage_set_destination(struct kimage *image, in kimage_set_destination()
573 static int kimage_add_page(struct kimage *image, unsigned long page) in kimage_add_page()
[all …]
Dkexec_file.c51 int kexec_image_probe_default(struct kimage *image, void *buf, in kexec_image_probe_default()
68 void *kexec_image_load_default(struct kimage *image) in kexec_image_load_default()
79 int kexec_image_post_load_cleanup_default(struct kimage *image) in kexec_image_post_load_cleanup_default()
92 void kimage_file_post_load_cleanup(struct kimage *image) in kimage_file_post_load_cleanup()
146 static int kexec_image_verify_sig(struct kimage *image, void *buf, in kexec_image_verify_sig()
158 kimage_validate_signature(struct kimage *image) in kimage_validate_signature()
192 kimage_file_prepare_segments(struct kimage *image, int kernel_fd, int initrd_fd, in kimage_file_prepare_segments()
274 struct kimage *image; in kimage_file_alloc_init() local
330 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
422 struct kimage *image = kbuf->image; in locate_mem_hole_top_down() local
[all …]
Dkexec.c28 struct kimage *image; in kimage_alloc_init() local
90 struct kimage **dest_image, *image; in do_kexec_load() local
Dkexec_internal.h37 static inline void kimage_file_post_load_cleanup(struct kimage *image) { } in kimage_file_post_load_cleanup()
Dkexec_elf.c388 int kexec_elf_load(struct kimage *image, struct elfhdr *ehdr, in kexec_elf_load()
/kernel/bpf/
Ddispatcher.c89 int __weak arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher()
94 static int bpf_dispatcher_prepare(struct bpf_dispatcher *d, void *image, void *buf) in bpf_dispatcher_prepare()
Dbpf_struct_ops.c46 void *image; member
338 void *image, void *image_end) in bpf_struct_ops_prepare_trampoline()
363 void *image, *image_end; in bpf_struct_ops_map_update_elem() local
Dtrampoline.c384 void *image; in bpf_tramp_image_alloc() local
1067 arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, in arch_prepare_bpf_trampoline()
/kernel/power/
Dswap.c112 sector_t image; member