/linux/tools/testing/selftests/powerpc/ptrace/ |
H A 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() 588 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr() 648 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CVMX, &iov); in write_vmx_ckpt() [all …]
|
/linux/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 51 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr() 82 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr() 112 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr()
|
/linux/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 927 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 933 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 939 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 945 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 956 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace()
|
H A D | amx.c | 857 if (ptrace(PTRACE_SETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov)) in ptracer_inject_tiledata()
|
/linux/arch/x86/um/os-Linux/ |
H A D | registers.c | 42 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in put_fp_registers()
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | zt-ptrace.c | 99 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov); 118 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZT, &iov);
|
H A D | fp-ptrace.c | 381 ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov); in check_ptrace_values_sve() 1094 ret = ptrace(PTRACE_SETREGSET, child, NT_PRFPREG, &iov); in za_write_expected() 1124 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_FPMR, &iov); in za_write() 1188 ret = ptrace(PTRACE_SETREGSET, child, regset, &iov); in zt_write() 1268 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov); 1311 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZT, &iov); in probe_vls()
|
H A D | sve-ptrace.c | 110 return ptrace(PTRACE_SETREGSET, pid, NT_PRFPREG, &iov); 158 return ptrace(PTRACE_SETREGSET, pid, type->regset, &iov);
|
H A D | za-ptrace.c | 104 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov);
|
/linux/include/uapi/linux/ |
H A D | ptrace.h | 51 #define PTRACE_SETREGSET 0x4205 macro
|
/linux/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 98 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 1606 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1634 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1712 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru()
|
/linux/kernel/ |
H A D | ptrace.c | 1207 case PTRACE_SETREGSET: { in ptrace_request() 1365 case PTRACE_SETREGSET: in compat_ptrace_request()
|
/linux/Documentation/arch/arm64/ |
H A D | memory-tagging-extension.rst | 220 ``PTRACE_GETREGSET`` and ``PTRACE_SETREGSET`` with ``addr ==
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1758 EXPECT_EQ(0, ptrace(PTRACE_SETREGSET, tracee, \ 1933 ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1155 ptrace(PTRACE_SETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=2696}]) = 0
|