Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dvmcore_info.h23 #define VMCOREINFO_NOTE_NAME "VMCOREINFO" macro
24 #define VMCOREINFO_NOTE_NAME_BYTES ALIGN(sizeof(VMCOREINFO_NOTE_NAME), 4)
/linux-6.15/arch/s390/kernel/
H A Dcrash_dump.c378 if (strcmp(nt_name, VMCOREINFO_NOTE_NAME) != 0) in get_vmcoreinfo_old()
396 const char *name = VMCOREINFO_NOTE_NAME; in nt_vmcoreinfo()
414 const char *name = VMCOREINFO_NOTE_NAME; in nt_vmcoreinfo_size()
/linux-6.15/kernel/
H A Dvmcore_info.c62 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
/linux-6.15/fs/proc/
H A Dkcore.c459 append_kcore_note(notes, &i, VMCOREINFO_NOTE_NAME, 0, in read_kcore_iter()