/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | ptrace.c | 71 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | ptrace.c | 154 .core_note_type = NT_PRSTATUS, 338 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | crash.c | 58 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | ptrace.c | 99 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | ptrace.c | 39 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | crash.c | 59 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 302 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 374 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes() 398 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 255 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in opalcore_append_cpu_notes() 283 NT_PRSTATUS, &prstatus, in opalcore_append_cpu_notes() 287 * Add crashing CPU as the first NT_PRSTATUS note for in opalcore_append_cpu_notes() 291 NT_PRSTATUS, &prstatus, in opalcore_append_cpu_notes()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 255 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in opalcore_append_cpu_notes() 283 NT_PRSTATUS, &prstatus, in opalcore_append_cpu_notes() 287 * Add crashing CPU as the first NT_PRSTATUS note for in opalcore_append_cpu_notes() 291 NT_PRSTATUS, &prstatus, in opalcore_append_cpu_notes()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | crash_dump.c | 243 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 315 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes() 339 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size()
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | ptrace.c | 138 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | ptrace.c | 133 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | ptrace.c | 99 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | ptrace.c | 90 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | ptrace.c | 137 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | ptrace.c | 98 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | ptrace.c | 129 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | ptrace.c | 564 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | ptrace.c | 565 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | ptrace.c | 204 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | ptrace.c | 320 .core_note_type = NT_PRSTATUS,
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 376 #define NT_PRSTATUS 1 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 378 #define NT_PRSTATUS 1 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 311 #define NT_PRSTATUS 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 311 #define NT_PRSTATUS 1 macro
|