/linux-6.1.9/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 116 ret = ptrace(PTRACE_GETREGSET, child, type, &iov); in ptrace_read_regs() 158 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers() 166 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); in show_tar_registers() 174 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers() 248 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); in show_tm_checkpointed_state() 256 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state() 264 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); in show_tm_checkpointed_state() 377 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in show_ckpt_fpr() 401 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr() 551 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr() [all …]
|
/linux-6.1.9/arch/x86/um/os-Linux/ |
D | registers.c | 31 #ifdef PTRACE_GETREGSET in save_fp_registers() 37 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in save_fp_registers() 128 #ifdef PTRACE_GETREGSET in arch_init_registers() 138 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) == 0) in arch_init_registers()
|
/linux-6.1.9/tools/testing/selftests/arm64/abi/ |
D | ptrace.c | 45 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 55 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 61 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 90 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 117 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, in test_tpidr()
|
/linux-6.1.9/include/uapi/linux/ |
D | ptrace.h | 50 #define PTRACE_GETREGSET 0x4204 macro
|
/linux-6.1.9/Documentation/arm64/ |
D | sme.rst | 59 ptrace(PTRACE_GETREGSET, pid, NT_ARM_<regset>, &iov). 255 state via PTRACE_GETREGSET and PTRACE_SETREGSET, this is documented in 259 PTRACE_GETREGSET and PTRACE_SETREGSET. 270 If a call to PTRACE_GETREGSET requests less data than the value of 326 data that would have been read if a PTRACE_GETREGSET of the corresponding 331 been read if a PTRACE_GETREGSET of NT_ARM_ZA were executed for each thread
|
D | sve.rst | 71 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov). Note that when SME is 294 PTRACE_GETREGSET and PTRACE_SETREGSET. NT_ARM_SSVE describes the 311 If a call to PTRACE_GETREGSET requests less data than the value of 417 data that would have been read if a PTRACE_GETREGSET of the corresponding
|
D | pointer-authentication.rst | 74 userspace can acquire via PTRACE_GETREGSET.
|
D | memory-tagging-extension.rst | 220 ``PTRACE_GETREGSET`` and ``PTRACE_SETREGSET`` with ``addr ==
|
/linux-6.1.9/tools/testing/selftests/vm/ |
D | protection_keys.c | 1608 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1621 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1636 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1649 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1663 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
|
/linux-6.1.9/tools/testing/selftests/arm64/fp/ |
D | za-ptrace.c | 70 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov)) in get_za()
|
D | sve-ptrace.c | 89 return ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov); in get_fpsimd() 123 if (ptrace(PTRACE_GETREGSET, pid, type->regset, &iov)) in get_sve()
|
/linux-6.1.9/kernel/ |
D | ptrace.c | 921 if (req == PTRACE_GETREGSET) in ptrace_regset() 1225 case PTRACE_GETREGSET: in ptrace_request() 1375 case PTRACE_GETREGSET: in compat_ptrace_request()
|
/linux-6.1.9/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1117 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0 1125 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0
|
/linux-6.1.9/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1911 ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &__v); \
|