Searched refs:old_elfcorehdr (Results 1 – 1 of 1) sorted by relevance
436 void *elfbuf = NULL, *old_elfcorehdr; in arch_crash_handle_hotplug_event() local475 old_elfcorehdr = kmap_local_page(pfn_to_page(mem >> PAGE_SHIFT)); in arch_crash_handle_hotplug_event()476 if (!old_elfcorehdr) { in arch_crash_handle_hotplug_event()486 memcpy_flushcache(old_elfcorehdr, elfbuf, elfsz); in arch_crash_handle_hotplug_event()488 kunmap_local(old_elfcorehdr); in arch_crash_handle_hotplug_event()