PTRACE_GETREGSET 30 arch/x86/um/os-Linux/registers.c #ifdef PTRACE_GETREGSET PTRACE_GETREGSET 36 arch/x86/um/os-Linux/registers.c if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) < 0) PTRACE_GETREGSET 127 arch/x86/um/os-Linux/registers.c #ifdef PTRACE_GETREGSET PTRACE_GETREGSET 137 arch/x86/um/os-Linux/registers.c if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) == 0) PTRACE_GETREGSET 893 kernel/ptrace.c if (req == PTRACE_GETREGSET) PTRACE_GETREGSET 1200 kernel/ptrace.c case PTRACE_GETREGSET: PTRACE_GETREGSET 1356 kernel/ptrace.c case PTRACE_GETREGSET: PTRACE_GETREGSET 112 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, type, &iov); PTRACE_GETREGSET 154 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); PTRACE_GETREGSET 162 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); PTRACE_GETREGSET 170 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); PTRACE_GETREGSET 244 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); PTRACE_GETREGSET 252 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); PTRACE_GETREGSET 260 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); PTRACE_GETREGSET 373 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); PTRACE_GETREGSET 397 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); PTRACE_GETREGSET 483 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); PTRACE_GETREGSET 511 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); PTRACE_GETREGSET 549 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVMX, &iov); PTRACE_GETREGSET 609 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CVSX, &iov); PTRACE_GETREGSET 663 tools/testing/selftests/powerpc/ptrace/ptrace.h ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_SPR, &iov); PTRACE_GETREGSET 1650 tools/testing/selftests/seccomp/seccomp_bpf.c EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { PTRACE_GETREGSET 1675 tools/testing/selftests/seccomp/seccomp_bpf.c ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov);