Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dcrash.c436 void *elfbuf = NULL, *old_elfcorehdr; in arch_crash_handle_hotplug_event() local
455 if (prepare_elf_headers(image, &elfbuf, &elfsz, &nr_mem_ranges)) { in arch_crash_handle_hotplug_event()
486 memcpy_flushcache(old_elfcorehdr, elfbuf, elfsz); in arch_crash_handle_hotplug_event()
492 vfree(elfbuf); in arch_crash_handle_hotplug_event()