Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dkexec.h309 void *vmcoreinfo_data_copy; /* locates in the crash memory */ member
/linux-6.15/kernel/
H A Dkexec_core.c565 if (image->vmcoreinfo_data_copy) { in kimage_free()
567 vunmap(image->vmcoreinfo_data_copy); in kimage_free()
H A Dcrash_core.c68 image->vmcoreinfo_data_copy = safecopy; in kimage_crash_copy_vmcoreinfo()