Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrash_core.h24 #define VMCOREINFO_NOTE_NAME "VMCOREINFO" macro
25 #define VMCOREINFO_NOTE_NAME_BYTES ALIGN(sizeof(VMCOREINFO_NOTE_NAME), 4)
/Linux-v4.19/arch/s390/kernel/
Dcrash_dump.c441 if (strcmp(nt_name, VMCOREINFO_NOTE_NAME) != 0) in get_vmcoreinfo_old()
459 const char *name = VMCOREINFO_NOTE_NAME; in nt_vmcoreinfo()
477 const char *name = VMCOREINFO_NOTE_NAME; in nt_vmcoreinfo_size()
/Linux-v4.19/kernel/
Dcrash_core.c325 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
/Linux-v4.19/fs/proc/
Dkcore.c423 append_kcore_note(notes, &i, VMCOREINFO_NOTE_NAME, 0, in read_kcore()