Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGSET (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/
Dptrace.h112 ret = ptrace(PTRACE_GETREGSET, child, type, &iov); in ptrace_read_regs()
154 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers()
162 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); in show_tar_registers()
170 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers()
244 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); in show_tm_checkpointed_state()
252 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state()
260 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); in show_tm_checkpointed_state()
373 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in show_ckpt_fpr()
397 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr()
483 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr()
[all …]
/Linux-v5.4/arch/x86/um/os-Linux/
Dregisters.c30 #ifdef PTRACE_GETREGSET in save_fp_registers()
36 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in save_fp_registers()
127 #ifdef PTRACE_GETREGSET in arch_init_registers()
137 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) == 0) in arch_init_registers()
/Linux-v5.4/include/uapi/linux/
Dptrace.h50 #define PTRACE_GETREGSET 0x4204 macro
/Linux-v5.4/kernel/
Dptrace.c888 if (req == PTRACE_GETREGSET) in ptrace_regset()
1195 case PTRACE_GETREGSET: in ptrace_request()
1351 case PTRACE_GETREGSET: in compat_ptrace_request()
/Linux-v5.4/Documentation/arm64/
Dsve.rst59 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov).
268 * A new regset NT_ARM_SVE is defined for use with PTRACE_GETREGSET and
280 If a call to PTRACE_GETREGSET requests less data than the value of
366 been read if a PTRACE_GETREGSET of NT_ARM_SVE were executed for each thread
Dpointer-authentication.rst75 userspace can acquire via PTRACE_GETREGSET.
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1649 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall()
1674 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()