Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dkexec_core.c528 image->vmcoreinfo_data_copy = safecopy; in kimage_crash_copy_vmcoreinfo()
627 if (image->vmcoreinfo_data_copy) { in kimage_free()
629 vunmap(image->vmcoreinfo_data_copy); in kimage_free()
/kernel/linux/linux-5.10/include/linux/
Dkexec.h289 void *vmcoreinfo_data_copy; /* locates in the crash memory */ member