Searched refs:PTRACE_SETREGSET (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 136 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 …]
|
/Linux-v4.19/arch/x86/um/os-Linux/ |
D | registers.c | 53 #ifdef PTRACE_SETREGSET in restore_fp_registers() 58 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in restore_fp_registers()
|
/Linux-v4.19/include/uapi/linux/ |
D | ptrace.h | 51 #define PTRACE_SETREGSET 0x4205 macro
|
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 107 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
/Linux-v4.19/kernel/ |
D | ptrace.c | 1073 case PTRACE_SETREGSET: { in ptrace_request() 1226 case PTRACE_SETREGSET: in compat_ptrace_request()
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1648 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall() 1672 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|
/Linux-v4.19/Documentation/arm64/ |
D | sve.txt | 234 PTRACE_SETREGSET.
|