Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h136 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/
Dptrace07.c55 #ifndef PTRACE_SETREGSET
56 # define PTRACE_SETREGSET 0x4205 macro
145 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
/external/strace/
Dptrace.h151 #ifndef PTRACE_SETREGSET
152 # define PTRACE_SETREGSET 0x4205 macro
Dprocess.c126 case PTRACE_SETREGSET: in SYS_FUNC()
213 case PTRACE_SETREGSET: in SYS_FUNC()
Dsyscall.c1044 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/
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.h51 #define PTRACE_SETREGSET 0x4205 macro
/external/strace/xlat/
Dptrace_cmds.h95 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET)
96 XLAT(PTRACE_SETREGSET),
Dptrace_cmds.in27 PTRACE_SETREGSET
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c107 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/
Dptrace.c445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
/external/strace/tests-m32/
Dptrace.c445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
/external/strace/tests-mx32/
Dptrace.c445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
/external/syzkaller/sys/linux/
Dsys_386.const466 PTRACE_SETREGSET = 16901
Dsys_amd64.const466 PTRACE_SETREGSET = 16901
Dsys_arm.const466 PTRACE_SETREGSET = 16901
Dsys_ppc64le.const466 PTRACE_SETREGSET = 16901
Dsys_arm64.const466 PTRACE_SETREGSET = 16901
/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/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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1147 PTRACE_SETREGSET = 0x4205 const
Dzerrors_linux_mipsle.go1418 PTRACE_SETREGSET = 0x4205 const
Dzerrors_linux_s390x.go1420 PTRACE_SETREGSET = 0x4205 const
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1656 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall()
1680 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()

12