Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dkexec.h293 #define VMCOREINFO_NOTE_NAME "VMCOREINFO" macro
294 #define VMCOREINFO_NOTE_NAME_BYTES ALIGN(sizeof(VMCOREINFO_NOTE_NAME), 4)
/linux-4.4.14/kernel/
Dkexec_core.c1316 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()