/linux/arch/powerpc/platforms/powernv/ |
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() 291 NT_PRSTATUS, &prstatus, in opalcore_append_cpu_notes()
|
/linux/arch/nds32/kernel/ |
A D | ptrace.c | 39 .core_note_type = NT_PRSTATUS,
|
/linux/arch/openrisc/kernel/ |
A D | ptrace.c | 99 .core_note_type = NT_PRSTATUS,
|
/linux/arch/s390/kernel/ |
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()
|
A D | ptrace.c | 1259 .core_note_type = NT_PRSTATUS, 1463 .core_note_type = NT_PRSTATUS,
|
/linux/arch/ia64/kernel/ |
A D | crash.c | 59 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
/linux/arch/nios2/kernel/ |
A D | ptrace.c | 99 .core_note_type = NT_PRSTATUS,
|
/linux/arch/h8300/kernel/ |
A D | ptrace.c | 133 .core_note_type = NT_PRSTATUS,
|
/linux/arch/hexagon/kernel/ |
A D | ptrace.c | 138 .core_note_type = NT_PRSTATUS,
|
/linux/arch/riscv/kernel/ |
A D | ptrace.c | 90 .core_note_type = NT_PRSTATUS,
|
/linux/arch/parisc/kernel/ |
A D | ptrace.c | 553 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 619 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/linux/include/uapi/linux/ |
A D | elf.h | 373 #define NT_PRSTATUS 1 macro
|
/linux/arch/arc/kernel/ |
A D | ptrace.c | 204 .core_note_type = NT_PRSTATUS,
|
/linux/fs/ |
A D | binfmt_elf.c | 1761 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1836 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info() 1982 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 2069 fill_note(info->notes + 0, "CORE", NT_PRSTATUS, in fill_note_info()
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace-view.c | 512 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 745 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/linux/arch/sh/kernel/ |
A D | ptrace_32.c | 295 .core_note_type = NT_PRSTATUS,
|
/linux/arch/sparc/kernel/ |
A D | ptrace_32.c | 221 .core_note_type = NT_PRSTATUS,
|
A D | ptrace_64.c | 424 .core_note_type = NT_PRSTATUS, 755 .core_note_type = NT_PRSTATUS,
|
/linux/arch/arm64/kernel/ |
A D | ptrace.c | 1127 .core_note_type = NT_PRSTATUS, 1421 .core_note_type = NT_PRSTATUS, 1446 .core_note_type = NT_PRSTATUS,
|
/linux/arch/csky/kernel/ |
A D | ptrace.c | 170 .core_note_type = NT_PRSTATUS,
|
/linux/arch/x86/kernel/ |
A D | ptrace.c | 1220 .core_note_type = NT_PRSTATUS, 1261 .core_note_type = NT_PRSTATUS,
|
/linux/arch/mips/kernel/ |
A D | ptrace.c | 929 .core_note_type = NT_PRSTATUS, 989 .core_note_type = NT_PRSTATUS,
|
/linux/arch/xtensa/kernel/ |
A D | ptrace.c | 198 .core_note_type = NT_PRSTATUS,
|
/linux/fs/proc/ |
A D | kcore.c | 434 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore()
|
/linux/arch/arm/kernel/ |
A D | ptrace.c | 685 .core_note_type = NT_PRSTATUS,
|