Home
last modified time | relevance | path

Searched refs:elfcorehdr_index (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/arch/x86/kernel/
Dcrash.c374 image->elfcorehdr_index = image->nr_segments; in crash_load_segments()
464 mem = image->segment[image->elfcorehdr_index].mem; in arch_crash_handle_hotplug_event()
465 memsz = image->segment[image->elfcorehdr_index].memsz; in arch_crash_handle_hotplug_event()
/Linux-v6.6/kernel/
Dcrash_core.c829 if (image->elfcorehdr_index < 0) { in crash_handle_hotplug_event()
840 image->elfcorehdr_index = (int)n; in crash_handle_hotplug_event()
846 if (image->elfcorehdr_index < 0) { in crash_handle_hotplug_event()
Dkexec_core.c279 image->elfcorehdr_index = -1; in do_kimage_alloc_init()
Dkexec_file.c731 if (j == image->elfcorehdr_index) in kexec_calculate_store_digests()
/Linux-v6.6/include/linux/
Dkexec.h355 int elfcorehdr_index; member