| /linux/arch/riscv/kernel/ |
| A D | ptrace.c | 157 .core_note_type = NT_PRSTATUS, 341 .core_note_type = NT_PRSTATUS,
|
| /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/openrisc/kernel/ |
| A D | ptrace.c | 127 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/nios2/kernel/ |
| A D | ptrace.c | 98 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/s390/kernel/ |
| A D | crash_dump.c | 244 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 316 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes() 340 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size()
|
| A D | ptrace.c | 1209 .core_note_type = NT_PRSTATUS, 1413 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/hexagon/kernel/ |
| A D | ptrace.c | 140 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/m68k/kernel/ |
| A D | ptrace.c | 322 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/parisc/kernel/ |
| A D | ptrace.c | 565 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
| /linux/include/uapi/linux/ |
| A D | elf.h | 378 #define NT_PRSTATUS 1 macro
|
| /linux/arch/sh/kernel/ |
| A D | ptrace_32.c | 294 .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 | 423 .core_note_type = NT_PRSTATUS, 753 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/csky/kernel/ |
| A D | ptrace.c | 169 .core_note_type = NT_PRSTATUS,
|
| /linux/kernel/ |
| A D | crash_core.c | 439 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|
| /linux/arch/powerpc/kernel/ptrace/ |
| A D | ptrace-view.c | 571 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 846 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
| /linux/arch/arc/kernel/ |
| A D | ptrace.c | 287 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/x86/kernel/ |
| A D | ptrace.c | 1239 .core_note_type = NT_PRSTATUS, 1300 .core_note_type = NT_PRSTATUS,
|
| /linux/arch/mips/kernel/ |
| A D | ptrace.c | 936 .core_note_type = NT_PRSTATUS, 996 .core_note_type = NT_PRSTATUS,
|
| /linux/fs/ |
| A D | binfmt_elf.c | 1762 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1816 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in fill_thread_core_info() 1865 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info()
|
| /linux/arch/xtensa/kernel/ |
| A D | ptrace.c | 196 .core_note_type = NT_PRSTATUS,
|
| /linux/tools/testing/selftests/arm64/fp/ |
| A D | fp-ptrace.c | 327 ret = ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, &iov); in continue_breakpoint() 336 ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov); in continue_breakpoint()
|
| /linux/arch/arm64/kernel/ |
| A D | ptrace.c | 1512 .core_note_type = NT_PRSTATUS, 1859 .core_note_type = NT_PRSTATUS, 1884 .core_note_type = NT_PRSTATUS,
|
| /linux/fs/proc/ |
| A D | kcore.c | 447 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore_iter()
|
| /linux/arch/arm/kernel/ |
| A D | ptrace.c | 680 .core_note_type = NT_PRSTATUS,
|