Searched refs:append_elf_note (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
D | crash.c | 31 *append_elf_note(Elf64_Word *buf, char *name, unsigned type, void *data, in append_elf_note() function 79 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 950 static u32 *append_elf_note(u32 *buf, char *name, unsigned type, void *data, in append_elf_note() function 999 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu() 1316 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
|