/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 132 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/ |
D | ptrace07.c | 43 #ifndef PTRACE_SETREGSET 44 # define PTRACE_SETREGSET 0x4205 macro 133 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
|
/external/llvm-project/lldb/include/lldb/Host/linux/ |
D | Ptrace.h | 38 #ifndef PTRACE_SETREGSET 39 #define PTRACE_SETREGSET 0x4205 macro
|
/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/strace/xlat/ |
D | ptrace_cmds.in | 27 PTRACE_SETREGSET
|
D | ptrace_cmds.h | 95 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET) 96 XLAT(PTRACE_SETREGSET),
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 51 #define PTRACE_SETREGSET 0x4205 macro
|
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 98 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux.cpp | 124 return NativeProcessLinux::PtraceWrapper(PTRACE_SETREGSET, m_thread.GetID(), in WriteRegisterSet()
|
D | NativeProcessLinux.cpp | 175 case PTRACE_SETREGSET: { in PtraceDisplayBytes() 1905 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET) in PtraceWrapper()
|
D | NativeRegisterContextLinux_arm64.cpp | 927 return NativeProcessLinux::PtraceWrapper(PTRACE_SETREGSET, m_thread.GetID(), in WriteHardwareDebugRegs()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 119 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
|
/external/strace/tests-mx32/ |
D | ptrace.c | 445 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); in main()
|
/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/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 99 PTRACE_SETREGSET,
|
/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/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 384 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET) 386 int ptrace_setregset = PTRACE_SETREGSET;
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 564 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
|
/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/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 890 pub const PTRACE_SETREGSET: ::c_uint = 0x4205; constant
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1730 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall() 1754 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|