/linux-6.12.1/arch/riscv/kernel/ |
D | ptrace.c | 157 .core_note_type = NT_PRSTATUS, 341 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
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-6.12.1/arch/openrisc/kernel/ |
D | ptrace.c | 127 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/nios2/kernel/ |
D | ptrace.c | 98 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/s390/kernel/ |
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()
|
D | ptrace.c | 1209 .core_note_type = NT_PRSTATUS, 1413 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/hexagon/kernel/ |
D | ptrace.c | 140 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/parisc/kernel/ |
D | ptrace.c | 565 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/linux-6.12.1/arch/m68k/kernel/ |
D | ptrace.c | 322 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/include/uapi/linux/ |
D | elf.h | 378 #define NT_PRSTATUS 1 macro
|
/linux-6.12.1/arch/sh/kernel/ |
D | ptrace_32.c | 294 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/sparc/kernel/ |
D | ptrace_32.c | 221 .core_note_type = NT_PRSTATUS,
|
D | ptrace_64.c | 423 .core_note_type = NT_PRSTATUS, 753 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | ptrace-view.c | 571 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 846 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/linux-6.12.1/kernel/ |
D | crash_core.c | 439 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|
/linux-6.12.1/arch/csky/kernel/ |
D | ptrace.c | 169 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/x86/kernel/ |
D | ptrace.c | 1239 .core_note_type = NT_PRSTATUS, 1300 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/arc/kernel/ |
D | ptrace.c | 287 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/mips/kernel/ |
D | ptrace.c | 936 .core_note_type = NT_PRSTATUS, 996 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/fs/ |
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-6.12.1/tools/testing/selftests/arm64/fp/ |
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-6.12.1/arch/xtensa/kernel/ |
D | ptrace.c | 196 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/arch/arm64/kernel/ |
D | ptrace.c | 1512 .core_note_type = NT_PRSTATUS, 1859 .core_note_type = NT_PRSTATUS, 1884 .core_note_type = NT_PRSTATUS,
|
/linux-6.12.1/fs/proc/ |
D | kcore.c | 447 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore_iter()
|
/linux-6.12.1/arch/arm/kernel/ |
D | ptrace.c | 680 .core_note_type = NT_PRSTATUS,
|