Symbol: NT_PRSTATUS
arch/powerpc/kernel/fadump.c
753
buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS,
arch/powerpc/platforms/powernv/opal-core.c
255
buf = append_elf64_note(buf, NN_PRSTATUS, NT_PRSTATUS,
arch/powerpc/platforms/powernv/opal-core.c
283
NT_PRSTATUS, &prstatus,
arch/powerpc/platforms/powernv/opal-core.c
291
NT_PRSTATUS, &prstatus,
fs/binfmt_elf.c
1849
unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) {
fs/proc/kcore.c
446
append_kcore_note(notes, &i, NN_PRSTATUS, NT_PRSTATUS, &prstatus,
kernel/crash_core.c
469
buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS,
tools/testing/selftests/arm64/fp/fp-ptrace.c
372
ret = ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
381
ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov);
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
309
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
311
ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
861
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
863
ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
889
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
891
ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/vstate_ptrace.c
101
if (do_ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, size, data))
tools/testing/selftests/riscv/vector/vstate_ptrace.c
97
if (do_ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, size, data))
tools/testing/selftests/seccomp/seccomp_bpf.c
1941
ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &__v); \
tools/testing/selftests/seccomp/seccomp_bpf.c
1947
ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \