Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dcrash.c390 image->elfcorehdr_index = image->nr_segments; in crash_load_segments()
488 mem = image->segment[image->elfcorehdr_index].mem; in arch_crash_handle_hotplug_event()
489 memsz = image->segment[image->elfcorehdr_index].memsz; in arch_crash_handle_hotplug_event()
/linux-6.15/kernel/
H A Dcrash_core.c578 if (image->elfcorehdr_index < 0) { in crash_handle_hotplug_event()
589 image->elfcorehdr_index = (int)n; in crash_handle_hotplug_event()
595 if (image->elfcorehdr_index < 0) { in crash_handle_hotplug_event()
H A Dkexec_core.c252 image->elfcorehdr_index = -1; in do_kimage_alloc_init()
H A Dkexec_file.c767 if (i == image->elfcorehdr_index) in kexec_calculate_store_digests()
/linux-6.15/include/linux/
H A Dkexec.h362 int elfcorehdr_index; member
/linux-6.15/arch/powerpc/kexec/
H A Dcrash.c433 ksegment = &image->segment[image->elfcorehdr_index]; in update_crash_elfcorehdr()