Searched defs:image (Results 1 – 12 of 12) sorted by relevance
/kernel/ |
A D | kexec_core.c | 109 int sanity_check_segment_list(struct kimage *image) in sanity_check_segment_list() 229 struct kimage *image; in do_kimage_alloc_init() local 260 int kimage_is_destination_range(struct kimage *image, in kimage_is_destination_range() 509 static int kimage_set_destination(struct kimage *image, in kimage_set_destination() 526 static void kimage_free_extra_pages(struct kimage *image) in kimage_free_extra_pages() 536 void kimage_terminate(struct kimage *image) in kimage_terminate() 544 #define for_each_kimage_entry(image, ptr, entry) \ argument 557 static void kimage_free_cma(struct kimage *image) in kimage_free_cma() 575 void kimage_free(struct kimage *image) in kimage_free() 946 int kimage_load_segment(struct kimage *image, int idx) in kimage_load_segment() [all …]
|
A D | kexec_file.c | 42 static bool check_ima_segment_index(struct kimage *image, int i) in check_ima_segment_index() 50 static bool check_ima_segment_index(struct kimage *image, int i) in check_ima_segment_index() 66 int kexec_image_probe_default(struct kimage *image, void *buf, in kexec_image_probe_default() 83 static void *kexec_image_load_default(struct kimage *image) in kexec_image_load_default() 107 void kimage_file_post_load_cleanup(struct kimage *image) in kimage_file_post_load_cleanup() 175 kimage_validate_signature(struct kimage *image) in kimage_validate_signature() 309 struct kimage *image; in kimage_file_alloc_init() local 369 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local 474 struct kimage *image = kbuf->image; in locate_mem_hole_top_down() local 519 struct kimage *image = kbuf->image; in locate_mem_hole_bottom_up() local [all …]
|
A D | kexec_internal.h | 40 static inline void kimage_file_post_load_cleanup(struct kimage *image) { } in kimage_file_post_load_cleanup() 56 static inline int kho_fill_kimage(struct kimage *image) { return 0; } in kho_fill_kimage()
|
A D | kexec.c | 28 struct kimage *image; in kimage_alloc_init() local 94 struct kimage **dest_image, *image; in do_kexec_load() local
|
A D | crash_core.c | 44 int kimage_crash_copy_vmcoreinfo(struct kimage *image) in kimage_crash_copy_vmcoreinfo() 561 struct kimage *image; in crash_handle_hotplug_event() local
|
A D | kexec_elf.c | 388 int kexec_elf_load(struct kimage *image, struct elfhdr *ehdr, in kexec_elf_load()
|
A D | crash_dump_dm_crypt.c | 394 int crash_load_dm_crypt_keys(struct kimage *image) in crash_load_dm_crypt_keys()
|
A D | kexec_handover.c | 1209 int kho_fill_kimage(struct kimage *image) in kho_fill_kimage()
|
/kernel/bpf/ |
A D | dispatcher.c | 89 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()
|
A D | trampoline.c | 360 void *image; in bpf_tramp_image_alloc() local 1096 arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() 1106 void *image; in arch_alloc_bpf_trampoline() local 1116 void __weak arch_free_bpf_trampoline(void *image, unsigned int size) in arch_free_bpf_trampoline() 1125 int __weak arch_protect_bpf_trampoline(void *image, unsigned int size) in arch_protect_bpf_trampoline()
|
A D | bpf_struct_ops.c | 125 void *image; in bpf_struct_ops_image_alloc() local 140 void bpf_struct_ops_image_free(void *image) in bpf_struct_ops_image_free() 595 void *image = *_image; in bpf_struct_ops_prepare_trampoline() local 634 void *image, unsigned int size, in bpf_struct_ops_ksym_init() 690 void *cur_image = NULL, *image = NULL; in bpf_struct_ops_map_update_elem() local
|
/kernel/power/ |
A D | swap.c | 111 sector_t image; member
|
Completed in 33 milliseconds