PTRACE_SETREGSET   53 arch/x86/um/os-Linux/registers.c #ifdef PTRACE_SETREGSET
PTRACE_SETREGSET   58 arch/x86/um/os-Linux/registers.c 		if (ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov) < 0)
PTRACE_SETREGSET 1201 kernel/ptrace.c 	case PTRACE_SETREGSET: {
PTRACE_SETREGSET 1357 kernel/ptrace.c 	case PTRACE_SETREGSET:
PTRACE_SETREGSET   98 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c 	if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0)
PTRACE_SETREGSET  132 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, type, &iov);
PTRACE_SETREGSET  202 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov);
PTRACE_SETREGSET  209 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_PPR, &iov);
PTRACE_SETREGSET  216 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_DSCR, &iov);
PTRACE_SETREGSET  293 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CTAR, &iov);
PTRACE_SETREGSET  300 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CPPR, &iov);
PTRACE_SETREGSET  307 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CDSCR, &iov);
PTRACE_SETREGSET  406 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov);
PTRACE_SETREGSET  520 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov);
PTRACE_SETREGSET  580 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov);
PTRACE_SETREGSET  639 tools/testing/selftests/powerpc/ptrace/ptrace.h 	ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov);
PTRACE_SETREGSET 1708 tools/testing/selftests/seccomp/seccomp_bpf.c 		ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL,
PTRACE_SETREGSET 1732 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov);