Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGSET (Results 1 – 18 of 18) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h168 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov); in write_tar_registers()
175 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_PPR, &iov); in write_tar_registers()
182 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_DSCR, &iov); in write_tar_registers()
259 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CTAR, &iov); in write_ckpt_tar_registers()
266 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CPPR, &iov); in write_ckpt_tar_registers()
273 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CDSCR, &iov); in write_ckpt_tar_registers()
372 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr()
486 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
546 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov); in write_vmx_ckpt()
605 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVSX, &iov); in write_vsx_ckpt()
/external/strace/
Dptrace.h150 #ifndef PTRACE_SETREGSET
151 # define PTRACE_SETREGSET 0x4205 macro
Dprocess.c118 case PTRACE_SETREGSET: in SYS_FUNC()
204 case PTRACE_SETREGSET: in SYS_FUNC()
Dsyscall.c1131 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, in ptrace_setregset()
1139 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &io); in ptrace_setregset()
DChangeLog9444 that lack PTRACE_SETREGSET/PTRACE_SETREGS support.
36972 * process.c (ptrace_cmds): Add PTRACE_GETREGSET and PTRACE_SETREGSET.
/external/strace/linux/aarch64/
Dset_scno.c17 int rc = ptrace(PTRACE_SETREGSET, tcp->pid, NT_ARM_SYSTEM_CALL, &io); in arch_set_scno()
/external/kernel-headers/original/uapi/linux/
Dptrace.h50 #define PTRACE_SETREGSET 0x4205 macro
/external/strace/xlat/
Dptrace_cmds.in27 PTRACE_SETREGSET
Dptrace_cmds.h89 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET)
90 XLAT(PTRACE_SETREGSET),
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c100 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
/external/strace/tests-m32/
Dptrace.c424 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
/external/strace/tests-mx32/
Dptrace.c424 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
/external/strace/tests/
Dptrace.c424 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc385 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
387 int ptrace_setregset = PTRACE_SETREGSET;
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c687 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()
/external/seccomp-tests/linux/
Dseccomp_bpf.c1317 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/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1344 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall()
1368 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()