Searched refs:NN_PRSTATUS (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | vmcore_info.h | 10 #define CRASH_CORE_NOTE_NAME_BYTES ALIGN(sizeof(NN_PRSTATUS), 4)
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 255 buf = append_elf64_note(buf, NN_PRSTATUS, NT_PRSTATUS, in opalcore_append_cpu_notes() 282 buf = append_elf64_note(buf, NN_PRSTATUS, in opalcore_append_cpu_notes() 290 append_elf64_note(first_cpu_note, NN_PRSTATUS, in opalcore_append_cpu_notes()
|
| /linux-6.15/fs/proc/ |
| H A D | kcore.c | 123 ALIGN(sizeof(NN_PRSTATUS), 4) + in update_kcore_size() 446 append_kcore_note(notes, &i, NN_PRSTATUS, NT_PRSTATUS, &prstatus, in read_kcore_iter()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 399 #define NN_PRSTATUS "CORE" macro
|
| /linux-6.15/kernel/ |
| H A D | crash_core.c | 439 buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS, in crash_save_cpu()
|
| /linux-6.15/fs/ |
| H A D | binfmt_elf.c | 1792 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, in fill_thread_core_info() 1846 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, sizeof(t->prstatus), in fill_thread_core_info()
|
| H A D | binfmt_elf_fdpic.c | 1401 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | fadump.c | 755 buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS, in fadump_regs_to_elf_notes()
|