Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dkexec.h205 #define VMCOREINFO_NOTE_NAME "VMCOREINFO" macro
206 #define VMCOREINFO_NOTE_NAME_BYTES ALIGN(sizeof(VMCOREINFO_NOTE_NAME), 4)
/linux-3.4.99/kernel/
Dkexec.c1420 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()