Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c108 int sanity_check_segment_list(struct kimage *image) in sanity_check_segment_list()
218 struct kimage *image; in do_kimage_alloc_init() local
249 int kimage_is_destination_range(struct kimage *image, in kimage_is_destination_range()
318 static struct page *kimage_alloc_normal_control_pages(struct kimage *image, in kimage_alloc_normal_control_pages()
385 static struct page *kimage_alloc_crash_control_pages(struct kimage *image, in kimage_alloc_crash_control_pages()
453 struct page *kimage_alloc_control_pages(struct kimage *image, in kimage_alloc_control_pages()
472 static int kimage_add_entry(struct kimage *image, kimage_entry_t entry) in kimage_add_entry()
498 static int kimage_set_destination(struct kimage *image, in kimage_set_destination()
507 static int kimage_add_page(struct kimage *image, unsigned long page) in kimage_add_page()
515 static void kimage_free_extra_pages(struct kimage *image) in kimage_free_extra_pages()
[all …]
Dkexec_file.c51 int kexec_image_probe_default(struct kimage *image, void *buf, in kexec_image_probe_default()
68 static 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()
148 static int kexec_image_verify_sig(struct kimage *image, void *buf, in kexec_image_verify_sig()
160 kimage_validate_signature(struct kimage *image) in kimage_validate_signature()
194 kimage_file_prepare_segments(struct kimage *image, int kernel_fd, int initrd_fd, in kimage_file_prepare_segments()
278 struct kimage *image; in kimage_file_alloc_init() local
338 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
443 struct kimage *image = kbuf->image; in locate_mem_hole_top_down() local
[all …]
Dkexec.c28 struct kimage *image; in kimage_alloc_init() local
94 struct kimage **dest_image, *image; in do_kexec_load() local
Dkexec_internal.h40 static inline void kimage_file_post_load_cleanup(struct kimage *image) { } in kimage_file_post_load_cleanup()
Dcrash_core.c38 int kimage_crash_copy_vmcoreinfo(struct kimage *image) in kimage_crash_copy_vmcoreinfo()
545 struct kimage *image; in crash_handle_hotplug_event() local
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()
Dtrampoline.c360 void *image; in bpf_tramp_image_alloc() local
1085 arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline()
1095 void *image; in arch_alloc_bpf_trampoline() local
1105 void __weak arch_free_bpf_trampoline(void *image, unsigned int size) in arch_free_bpf_trampoline()
1114 int __weak arch_protect_bpf_trampoline(void *image, unsigned int size) in arch_protect_bpf_trampoline()
Dbpf_struct_ops.c126 void *image; in bpf_struct_ops_image_alloc() local
141 void bpf_struct_ops_image_free(void *image) in bpf_struct_ops_image_free()
571 void *image = *_image; in bpf_struct_ops_prepare_trampoline() local
610 void *image, unsigned int size, in bpf_struct_ops_ksym_init()
666 void *cur_image = NULL, *image = NULL; in bpf_struct_ops_map_update_elem() local
/kernel/power/
Dswap.c111 sector_t image; member