Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h132 ret = ptrace(PTRACE_SETREGSET, child, type, &iov); in ptrace_write_regs()
202 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TAR, &iov); in write_tar_registers()
209 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_PPR, &iov); in write_tar_registers()
216 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_DSCR, &iov); in write_tar_registers()
293 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CTAR, &iov); in write_ckpt_tar_registers()
300 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CPPR, &iov); in write_ckpt_tar_registers()
307 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CDSCR, &iov); in write_ckpt_tar_registers()
406 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr()
520 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr()
580 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov); in write_vmx_ckpt()
[all …]
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace07.c48 #ifndef PTRACE_SETREGSET
49 # define PTRACE_SETREGSET 0x4205 macro
153 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/strace/xlat/
Dptrace_cmds.in27 PTRACE_SETREGSET
Dptrace_cmds.h95 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET)
96 XLAT(PTRACE_SETREGSET),
/external/kernel-headers/original/uapi/linux/
Dptrace.h51 #define PTRACE_SETREGSET 0x4205 macro
/external/musl/include/sys/
Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c98 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
/external/strace/tests/
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/strace/tests-m32/
Dptrace.c445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs147 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs105 PTRACE_SETREGSET,
/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/linux-kselftest/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c128 return ptrace(PTRACE_SETREGSET, pid, type->regset, &iov); in set_sve()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc286 return ptrace(PTRACE_SETREGSET, child_pid, reinterpret_cast<void *>(regset), in set_regset()
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc286 return ptrace(PTRACE_SETREGSET, child_pid, reinterpret_cast<void *>(regset), in set_regset()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs567 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
/external/seccomp-tests/linux/
Dseccomp_bpf.c1321 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall()
1341 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs871 pub const PTRACE_SETREGSET: ::c_uint = 0x4205; constant
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1748 EXPECT_EQ(0, ptrace(PTRACE_SETREGSET, tracee, \
1915 ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1365 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant

12