Searched refs:CRASH_CORE_NOTE_NAME (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | crash_core.h | 9 #define CRASH_CORE_NOTE_NAME "CORE" macro 11 #define CRASH_CORE_NOTE_NAME_BYTES ALIGN(sizeof(CRASH_CORE_NOTE_NAME), 4)
|
A D | kexec.h | 72 #define KEXEC_CORE_NOTE_NAME CRASH_CORE_NOTE_NAME
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-core.c | 152 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_AUXV, in auxv_to_elf64_notes() 255 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in opalcore_append_cpu_notes() 282 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, in opalcore_append_cpu_notes() 290 append_elf64_note(first_cpu_note, CRASH_CORE_NOTE_NAME, in opalcore_append_cpu_notes()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | fadump.c | 762 buf = append_elf_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in fadump_regs_to_elf_notes()
|
Completed in 12 milliseconds