Symbol: PTRACE_GETREGSET
arch/alpha/kernel/ptrace.c
318
case PTRACE_GETREGSET:
arch/alpha/kernel/ptrace.c
339
if (request == PTRACE_GETREGSET) {
arch/x86/um/os-Linux/registers.c
31
if (ptrace(PTRACE_GETREGSET, pid, ptrace_regset, &iov) < 0)
arch/x86/um/os-Linux/registers.c
63
ret = ptrace(PTRACE_GETREGSET, pid, ptrace_regset, &iov);
arch/x86/um/os-Linux/registers.c
74
ret = ptrace(PTRACE_GETREGSET, pid, ptrace_regset, &iov);
kernel/ptrace.c
1357
case PTRACE_GETREGSET:
kernel/ptrace.c
1519
case PTRACE_GETREGSET:
kernel/ptrace.c
928
if (req == PTRACE_GETREGSET)
tools/testing/selftests/arm64/abi/ptrace.c
117
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS,
tools/testing/selftests/arm64/abi/ptrace.c
145
ret = ptrace(PTRACE_GETREGSET, child, type, &iov);
tools/testing/selftests/arm64/abi/ptrace.c
45
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
tools/testing/selftests/arm64/abi/ptrace.c
55
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
tools/testing/selftests/arm64/abi/ptrace.c
61
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
tools/testing/selftests/arm64/abi/ptrace.c
90
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
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
420
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SVE, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
504
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SSVE, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
586
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_ZA, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
638
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_ZT, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
659
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_FPMR, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
678
ret = ptrace(PTRACE_GETREGSET, child, NT_PRFPREG, &iov);
tools/testing/selftests/arm64/fp/sve-ptrace.c
102
ret = ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov);
tools/testing/selftests/arm64/fp/sve-ptrace.c
144
ret = ptrace(PTRACE_GETREGSET, pid, type->regset, &iov);
tools/testing/selftests/arm64/fp/za-ptrace.c
82
if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov))
tools/testing/selftests/arm64/fp/zt-ptrace.c
108
return ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZT, &iov);
tools/testing/selftests/arm64/fp/zt-ptrace.c
77
if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov))
tools/testing/selftests/arm64/gcs/libc-gcs.c
233
ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_GCS, &iov);
tools/testing/selftests/mm/protection_keys.c
1514
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov);
tools/testing/selftests/mm/protection_keys.c
1527
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov);
tools/testing/selftests/mm/protection_keys.c
1542
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov);
tools/testing/selftests/mm/protection_keys.c
1555
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov);
tools/testing/selftests/mm/protection_keys.c
1569
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov);
tools/testing/selftests/mm/protection_keys.c
1622
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov);
tools/testing/selftests/mm/protection_keys.c
1633
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov);
tools/testing/selftests/mm/protection_keys.c
1648
ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
116
ret = ptrace(PTRACE_GETREGSET, child, type, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
158
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
166
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
174
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
248
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
256
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
264
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
377
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
401
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
551
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
579
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
617
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVMX, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
677
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVSX, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
731
ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_SPR, &iov);
tools/testing/selftests/riscv/cfi/cfitests.c
89
ret = ptrace(PTRACE_GETREGSET, pid, (void *)NT_RISCV_USER_CFI, &iov);
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
199
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
290
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
310
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
323
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
620
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
73
ret = ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov);
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
829
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
862
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
875
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
890
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
903
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_RISCV_VECTOR, &iov));
tools/testing/selftests/riscv/vector/vstate_ptrace.c
72
if (do_ptrace(PTRACE_GETREGSET, child, NT_RISCV_VECTOR, size, data))
tools/testing/selftests/riscv/vector/vstate_ptrace.c
83
if (do_ptrace(PTRACE_GETREGSET, child, NT_RISCV_VECTOR, 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
1947
ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &__v); \
tools/testing/selftests/x86/test_shadow_stack.c
994
if (ptrace(PTRACE_GETREGSET, pid, NT_X86_SHSTK, &iov)) {
tools/testing/selftests/x86/xstate.c
293
if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov))
tools/testing/selftests/x86/xstate.c
304
if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov))