Symbol: PTRACE_SETREGSET
arch/x86/um/os-Linux/registers.c
43
if (ptrace(PTRACE_SETREGSET, pid, ptrace_regset, &iov) < 0)
kernel/ptrace.c
1332
case PTRACE_SETREGSET: {
kernel/ptrace.c
1494
case PTRACE_SETREGSET:
tools/testing/selftests/arm64/abi/ptrace.c
112
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov);
tools/testing/selftests/arm64/abi/ptrace.c
51
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov);
tools/testing/selftests/arm64/abi/ptrace.c
82
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1116
ret = ptrace(PTRACE_SETREGSET, child, NT_PRFPREG, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1146
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_FPMR, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1216
ret = ptrace(PTRACE_SETREGSET, child, regset, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1251
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_SVE, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1319
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1362
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZT, &iov);
tools/testing/selftests/arm64/fp/fp-ptrace.c
381
ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov);
tools/testing/selftests/arm64/fp/sve-ptrace.c
115
ret = ptrace(PTRACE_SETREGSET, pid, NT_PRFPREG, &iov);
tools/testing/selftests/arm64/fp/sve-ptrace.c
171
ret = ptrace(PTRACE_SETREGSET, pid, type->regset, &iov);
tools/testing/selftests/arm64/fp/za-ptrace.c
104
return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov);
tools/testing/selftests/arm64/fp/zt-ptrace.c
117
return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZT, &iov);
tools/testing/selftests/arm64/fp/zt-ptrace.c
99
return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov);
tools/testing/selftests/breakpoints/breakpoint_test_arm64.c
98
if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0)
tools/testing/selftests/mm/protection_keys.c
1542
ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov);
tools/testing/selftests/mm/protection_keys.c
1570
ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov);
tools/testing/selftests/mm/protection_keys.c
1648
ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_ARM_POE, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
136
ret = ptrace(PTRACE_SETREGSET, child, type, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
206
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
213
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_PPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
220
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_DSCR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
297
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CTAR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
304
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CPPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
311
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CDSCR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
410
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
588
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
648
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov);
tools/testing/selftests/powerpc/ptrace/ptrace.h
707
ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov);
tools/testing/selftests/riscv/cfi/cfitests.c
114
ret = ptrace(PTRACE_SETREGSET, pid, (void *)NT_RISCV_USER_CFI, &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
646
ret = ptrace(PTRACE_SETREGSET, pid, NT_RISCV_VECTOR, &iov);
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
854
ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, pid, NT_RISCV_VECTOR, &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
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
89
if (do_ptrace(PTRACE_SETREGSET, child, NT_RISCV_VECTOR, size, data))
tools/testing/selftests/seccomp/seccomp_bpf.c
1772
EXPECT_EQ(0, ptrace(PTRACE_SETREGSET, tracee, \
tools/testing/selftests/seccomp/seccomp_bpf.c
1947
ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \
tools/testing/selftests/x86/test_shadow_stack.c
927
if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
tools/testing/selftests/x86/test_shadow_stack.c
933
if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
tools/testing/selftests/x86/test_shadow_stack.c
939
if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
tools/testing/selftests/x86/test_shadow_stack.c
945
if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
tools/testing/selftests/x86/test_shadow_stack.c
956
if (ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
tools/testing/selftests/x86/xstate.c
301
if (ptrace(PTRACE_SETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov))