/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 136 ret = ptrace(PTRACE_SETREGSET, child, type, &iov); in ptrace_write_regs() 206 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov); in write_tar_registers() 213 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_PPR, &iov); in write_tar_registers() 220 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_DSCR, &iov); in write_tar_registers() 297 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CTAR, &iov); in write_ckpt_tar_registers() 304 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CPPR, &iov); in write_ckpt_tar_registers() 311 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CDSCR, &iov); in write_ckpt_tar_registers() 410 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr() 524 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr() 584 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov); in write_vmx_ckpt() [all …]
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace07.c | 55 #ifndef PTRACE_SETREGSET 56 # define PTRACE_SETREGSET 0x4205 macro 145 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
|
/external/strace/ |
D | ptrace.h | 151 #ifndef PTRACE_SETREGSET 152 # define PTRACE_SETREGSET 0x4205 macro
|
D | process.c | 126 case PTRACE_SETREGSET: in SYS_FUNC() 213 case PTRACE_SETREGSET: in SYS_FUNC()
|
D | syscall.c | 1044 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, in ptrace_setregset() 1052 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &io); in ptrace_setregset()
|
/external/strace/linux/aarch64/ |
D | set_scno.c | 17 int rc = ptrace(PTRACE_SETREGSET, tcp->pid, NT_ARM_SYSTEM_CALL, &io); in arch_set_scno()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 51 #define PTRACE_SETREGSET 0x4205 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 95 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET) 96 XLAT(PTRACE_SETREGSET),
|
D | ptrace_cmds.in | 27 PTRACE_SETREGSET
|
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 107 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
|
/external/strace/tests/ |
D | ptrace.c | 445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 466 PTRACE_SETREGSET = 16901
|
D | sys_amd64.const | 466 PTRACE_SETREGSET = 16901
|
D | sys_arm.const | 466 PTRACE_SETREGSET = 16901
|
D | sys_ppc64le.const | 466 PTRACE_SETREGSET = 16901
|
D | sys_arm64.const | 466 PTRACE_SETREGSET = 16901
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 385 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET) 387 int ptrace_setregset = PTRACE_SETREGSET;
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1317 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall() 1337 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1147 PTRACE_SETREGSET = 0x4205 const
|
D | zerrors_linux_mipsle.go | 1418 PTRACE_SETREGSET = 0x4205 const
|
D | zerrors_linux_s390x.go | 1420 PTRACE_SETREGSET = 0x4205 const
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1656 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall() 1680 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|