Home
last modified time | relevance | path

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

/Linux-v5.10/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 …]
/Linux-v5.10/arch/x86/um/os-Linux/
Dregisters.c53 #ifdef PTRACE_SETREGSET in restore_fp_registers()
58 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in restore_fp_registers()
/Linux-v5.10/include/uapi/linux/
Dptrace.h51 #define PTRACE_SETREGSET 0x4205 macro
/Linux-v5.10/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c98 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
/Linux-v5.10/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c112 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_SVE, &iov); in set_sve()
/Linux-v5.10/kernel/
Dptrace.c1195 case PTRACE_SETREGSET: { in ptrace_request()
1351 case PTRACE_SETREGSET: in compat_ptrace_request()
/Linux-v5.10/Documentation/arm64/
Dmemory-tagging-extension.rst177 ``PTRACE_GETREGSET`` and ``PTRACE_SETREGSET`` with ``addr ==
Dsve.rst269 PTRACE_SETREGSET.
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1729 EXPECT_EQ(0, ptrace(PTRACE_SETREGSET, tracee, \
1887 ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \
/Linux-v5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1111 ptrace(PTRACE_SETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=2696}]) = 0