Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dkexec_core.c533 image->vmcoreinfo_data_copy = safecopy; in kimage_crash_copy_vmcoreinfo()
621 if (image->vmcoreinfo_data_copy) { in kimage_free()
623 vunmap(image->vmcoreinfo_data_copy); in kimage_free()
/openbmc/linux/include/linux/
H A Dkexec.h304 void *vmcoreinfo_data_copy; /* locates in the crash memory */ member